diff --git a/ReadMe.txt b/ReadMe.txt index 18f1565..1b9b41d 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -5,7 +5,7 @@ Welcome to Rx3-Docker/Server docker image! This project aims to build a Mageia server docker image to be used by other Rx3 packaging projects. Features: - - Curtently based on rx3-docker/base:1.3.1-mga9 image, + - Curtently based on rx3-docker/base:1.3.2-mga9 image, - Init script calling in order sub scripts in /etc/init.d & /etc/rcD.d, - supervisord managing services, - crond & logrotate configured & crond disabled by default, diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 9eedba8..9f0fb62 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,11 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Rx3-Docker/Server V 1.2.2 - A. GIBERT - 2025/04/13 +------------------------------------------------------------------------------------------------------------------------------------ + +- Use now rx3-docker/base:1.3.2-mga9 image. + + + ------------------------------------------------------------------------------------------------------------------------------------ Rx3-Docker/Server V 1.2.1 - A. GIBERT - 2025/03/08 ------------------------------------------------------------------------------------------------------------------------------------ diff --git a/env.dist b/env.dist index 404349f..1452418 100644 --- a/env.dist +++ b/env.dist @@ -18,13 +18,13 @@ ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}" IMG_NAME="server" IMG_NAME_FULL="Rx3-Docker/Server Docker Image" -IMG_VERSION="1.2.1-mga9" +IMG_VERSION="1.2.2-mga9" IMG_MAINTAINER='"Arnaud G. GIBERT" ' IMG_URL_PREFIX="${ORG_URL_PREFIX}" IMG_URL="${IMG_URL_PREFIX}/${IMG_NAME}:${IMG_VERSION}" -IMG_FROM_URL="${ORG_URL_PREFIX}/base:1.3.1-mga9" +IMG_FROM_URL="${ORG_URL_PREFIX}/base:1.3.2-mga9"