From beca3105b8864e6828d141928b34ca24e1406d46 Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Fri, 4 Oct 2024 15:38:29 +0200 Subject: [PATCH] - Use now rx3/base-mga9:1.2.6 image. --- .env | 2 +- Dockerfile | 2 +- ReadMe.txt | 2 +- ReleaseNotes.txt | 8 ++++++++ 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 2cd3e6f..41296ba 100644 --- a/.env +++ b/.env @@ -17,7 +17,7 @@ IMG_URL_PREFIX="${IMG_REGISTRY}/${IMG_ORG}" IMG_NAME="server-mga9" IMG_FULL_NAME="Rx3 Server Mageia-9 Docker Image" -IMG_VERSION="1.1.2" +IMG_VERSION="1.1.3" IMG_URL="${IMG_URL_PREFIX}/${IMG_NAME}:${IMG_VERSION}" IMG_MAINTAINER='"Arnaud G. GIBERT" ' diff --git a/Dockerfile b/Dockerfile index 2d8531c..b22f6be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG IMG_URL_PREFIX="rx3" -FROM ${IMG_URL_PREFIX}/base-mga9:1.2.4 +FROM ${IMG_URL_PREFIX}/base-mga9:1.2.6 ARG IMG_NAME ARG IMG_FULL_NAME diff --git a/ReadMe.txt b/ReadMe.txt index 87a1712..2eab9ab 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -5,7 +5,7 @@ Welcome to Rx3/Server-Mga9 docker image! This is project aims to build a Mageia-9 server docker image to be used by others Rx3 packaging projects. Features: - - Curtently based on rx3/base-mga9:1.2.4 image, + - Curtently based on rx3/base-mga9:1.2.6 image, - Init script calling in order sub scripts in /etc/init.d & /etc/rcD.d, - supervisord managing services, - crond & logrotate configured. diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index e9586bd..e674c08 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,11 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Rx3/Server-Mga9 V 1.1.3 - A. GIBERT - 2024/10/04 +------------------------------------------------------------------------------------------------------------------------------------ + +- Use now rx3/base-mga9:1.2.6 image. + + + ------------------------------------------------------------------------------------------------------------------------------------ Rx3/Server-Mga9 V 1.1.2 - A. GIBERT - 2024/08/28 ------------------------------------------------------------------------------------------------------------------------------------