- Add ISL support,

- Use now rx3-docker/java:1.1.5-mga9 & rx3-docker/postgresql:1.1.6-mga9 images,
- Rebuild for updates.
This commit is contained in:
2026-02-15 00:59:57 +01:00
parent 1411599916
commit d9148947d7
5 changed files with 18 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ ARG IMG_NAME
ARG IMG_NAME_FULL
ARG IMG_VERSION
ARG IMG_MAINTAINER
ARG IMG_URL
LABEL org.rx3.${IMG_NAME}.name=${IMG_NAME_FULL}
LABEL org.rx3.${IMG_NAME}.version=${IMG_VERSION}
@@ -47,7 +48,8 @@ command='${SQUASHTM_STARTUP}
RUN urpmi.update -a \
RUN . /etc/profile.d/rx3.sh && isl_add ${IMG_URL} \
&& urpmi.update -a \
&& urpmi --force wget \
&& mkdir /opt/appl \
&& useradd -M --home-dir ${SQUASHTM_HOME} --password "" squashtm \