From 7b08c72844e0ae502c6df2044a217381facf6f83 Mon Sep 17 00:00:00 2001 From: Valentijn Scholten Date: Wed, 2 Apr 2025 21:41:58 +0200 Subject: [PATCH] arm64: add some notes about the experimental new images --- docs/content/en/open_source/upgrading/2.45.md | 2 ++ readme-docs/DOCKER.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/content/en/open_source/upgrading/2.45.md b/docs/content/en/open_source/upgrading/2.45.md index b003ba9ff18..91d75e20110 100644 --- a/docs/content/en/open_source/upgrading/2.45.md +++ b/docs/content/en/open_source/upgrading/2.45.md @@ -5,3 +5,5 @@ weight: -20250303 description: No special instructions. --- There are no special instructions for upgrading to 2.45.x. Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.45.0) for the contents of the release. + +Starting with release 2.45.0 Experimental Docker builds for `linux/arm64` are published with each release. diff --git a/readme-docs/DOCKER.md b/readme-docs/DOCKER.md index a7bb3891063..d0eeeae300d 100644 --- a/readme-docs/DOCKER.md +++ b/readme-docs/DOCKER.md @@ -8,6 +8,8 @@ Although Docker Compose is one of the supported installation methods to deploy a [Configuration](https://docs.defectdojo.com/en/open_source/installation/configuration/) explains the different ways to adjust settings and environment variables. +Docker images for `linux/amd64` are published to https://hub.docker.com/u/defectdojo. Expiremental builds for `linux/arm64` are available since 2.45.0. + # Prerequisites