- Use now rx3-docker/base:1.3.1-mga9 image.

This commit is contained in:
Arnaud G. GIBERT 2025-03-08 11:51:12 +01:00
parent 1ac4e60906
commit ff200ab4b8
4 changed files with 11 additions and 4 deletions

View File

@ -102,4 +102,3 @@ EXPOSE ${SERVER_PORT_SV_INT}
CMD []
ENTRYPOINT ["init.sh"]

View File

@ -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,

View File

@ -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
------------------------------------------------------------------------------------------------------------------------------------

View File

@ -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" <arnaud@rx3.net>'
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"