- Fix isl args in Dockerfile.

This commit is contained in:
2026-05-28 15:36:40 +02:00
parent 452deb4c71
commit aaca8e01d0
2 changed files with 3 additions and 3 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

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