- Fix isl args in Dockerfile.

This commit is contained in:
2026-05-28 15:36:40 +02:00
parent 452deb4c71
commit bb8ca6c24e
3 changed files with 5 additions and 5 deletions

View File

@@ -243,8 +243,8 @@ fi
\n\
cp '${SERVER_SV_HTTPD_CSS}.ref' '${SERVER_SV_HTTPD_CSS}' \n\
cp '${SERVER_SV_HTTPD_PAGE}.ref' '${SERVER_SV_HTTPD_PAGE}' \n\
sed -i -e "s%IMG_NAME_VERSION%$(isl_top -i)%" '${SERVER_SV_HTTPD_PAGE}' \n\
sed -i -e "s%IMG_STACK_LOG%$(isl_html_dump -i)%" '${SERVER_SV_HTTPD_PAGE}' \n\
sed -i -e "s%IMG_NAME_VERSION%$(isl --top --image)%" '${SERVER_SV_HTTPD_PAGE}' \n\
sed -i -e "s%IMG_STACK_LOG%$(isl --html-dump --inline)%" '${SERVER_SV_HTTPD_PAGE}' \n\
\n\
exec supervisord -c /etc/supervisord.conf'
#-----------------------------------------------------------------------------------------------------------------------

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.4.0-mga9 image,
- Curtently based on rx3-docker/base:1.5.0-mga9 image,
- Init script calling in order sub scripts in /etc/init.d & /etc/rcD.d,
- supervisord managing services,
- supervisord httpd configured and enabled by default,

View File

@@ -1,9 +1,9 @@
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/Server V 1.4.0 - A. GIBERT - 2026/05/28
Rx3-Docker/Server V 1.4.0 - A. GIBERT - 2026/05/30
------------------------------------------------------------------------------------------------------------------------------------
- Now use rx3-docker/base:1.5.0-mga9 image,
- Now usedocker-tools-1.5.2.
- Now use docker-tools-1.5.2.