diff --git a/Dockerfile b/Dockerfile index 6737cbc..c49b900 100644 --- a/Dockerfile +++ b/Dockerfile @@ -102,4 +102,3 @@ EXPOSE ${SERVER_PORT_SV_INT} CMD [] ENTRYPOINT ["init.sh"] - diff --git a/ReadMe.txt b/ReadMe.txt index 8f250d5..18f1565 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.0-mga9 image, + - Curtently based on rx3-docker/base:1.3.1-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 782b6fd..9eedba8 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,11 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Rx3-Docker/Server V 1.2.1 - A. GIBERT - 2025/03/08 +------------------------------------------------------------------------------------------------------------------------------------ + +- Use now rx3-docker/base:1.3.1-mga9 image. + + + ------------------------------------------------------------------------------------------------------------------------------------ Rx3-Docker/Server V 1.2.0 - A. GIBERT - 2024/11/10 ------------------------------------------------------------------------------------------------------------------------------------ diff --git a/env.dist b/env.dist index fed59a2..404349f 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.0-mga9" +IMG_VERSION="1.2.1-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.0-mga9" +IMG_FROM_URL="${ORG_URL_PREFIX}/base:1.3.1-mga9"