- Now use rx3-docker/java:1.2.0-mga9 image,

- Now use docker-tools-1.5.2,
- Update Tomcat 9.0.118,
- Rebuild for updates.
This commit is contained in:
2026-05-28 22:15:00 +02:00
parent 868ae93659
commit 274a74c99b
4 changed files with 21 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ user=tomcat'
RUN . /etc/profile.d/rx3.sh && isl_add ${IMG_URL} \
RUN . /etc/profile.d/rx3.sh && isl --add ${IMG_URL} \
&& urpmi.update -a \
&& urpmi --force tomcat \
&& echo -e "${TOMCATD}" | sed -e "s/\`/'/g" -e 's/ *$//' > /etc/init.d/tomcatd \