From d49d23a60a72d50874df0ff6e2b27290544a4d12 Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Tue, 27 Aug 2024 01:03:15 +0200 Subject: [PATCH] - Switch to rx3/php-apache-mga9:1.3.1 image, - Minor compose file update. --- .env | 2 +- Dockerfile | 2 +- ReleaseNotes.txt | 9 +++++++++ compose.yaml | 4 ++-- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 495062c..14bd3d2 100644 --- a/.env +++ b/.env @@ -18,7 +18,7 @@ IMG_URL_PREFIX="${IMG_REGISTRY}/${IMG_ORG}" IMG_NAME="ampache-mga9" IMG_FULL_NAME="Rx3 Ampache Mageia-9 Docker Image" -IMG_VERSION="1.1.0" +IMG_VERSION="1.1.1" IMG_URL="${IMG_URL_PREFIX}/${IMG_NAME}:${IMG_VERSION}" IMG_MAINTAINER='"Arnaud G. GIBERT" ' diff --git a/Dockerfile b/Dockerfile index 9dbaa73..592cabc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG IMG_URL_PREFIX="rx3" -FROM ${IMG_URL_PREFIX}/php-apache-mga9:1.3.0 +FROM ${IMG_URL_PREFIX}/php-apache-mga9:1.3.1 ARG IMG_NAME ARG IMG_FULL_NAME diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 8f957d1..b20f5ed 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,12 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Rx3/Ampache-Mga9 V 1.1.1 - A. GIBERT - 2024/08/27 +------------------------------------------------------------------------------------------------------------------------------------ + +- Switch to rx3/php-apache-mga9:1.3.1 image, +- Minor compose file update. + + + ------------------------------------------------------------------------------------------------------------------------------------ Rx3/Ampache-Mga9 V 1.1.0 - A. GIBERT - 2024/08/27 ------------------------------------------------------------------------------------------------------------------------------------ diff --git a/compose.yaml b/compose.yaml index 0c51503..a712b84 100644 --- a/compose.yaml +++ b/compose.yaml @@ -27,7 +27,7 @@ services: webapp-internal: container_name: ${IMG_NAME}-internal - image: docker.xor.rx3:5000/rx3/${IMG_NAME}:${IMG_VERSION} + image: ${IMG_URL} build: context: . @@ -65,7 +65,7 @@ services: webapp-external: container_name: ${IMG_NAME}-external - image: docker.xor.rx3:5000/rx3/${IMG_NAME}:${IMG_VERSION} + image: ${IMG_URL} restart: unless-stopped