mx-ls25 (ls25)

Published 2025-05-05 10:22:14 +00:00 by mihaim

Installation

docker pull git.tfm.ro/mihaim/mx-ls25:ls25
sha256:3c2661c573a7233f4a633e2305b756bf962d8984046cb56c2f3deba46c584469

Image Layers

ADD file:9233f6f2237d79659a9521f7e390df217cec49f1a8aa3a12147bbca1956acdb9 in /
CMD ["/bin/sh"]
ARG RUN_JAVA_VERSION=1.3.8
ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en
RUN |1 RUN_JAVA_VERSION=1.3.8 /bin/sh -c apk --update add --no-cache ca-certificates curl openjdk17-jre openssl && rm -rf /var/lib/apt/lists/* && mkdir /deployments && chown 2001 /deployments && chmod "g+rwX" /deployments && chown 2001:root /deployments && curl https://repo1.maven.org/maven2/io/fabric8/run-java-sh/${RUN_JAVA_VERSION}/run-java-sh-${RUN_JAVA_VERSION}-sh.sh -o /deployments/run-java.sh && chown 2001 /deployments/run-java.sh && chmod 540 /deployments/run-java.sh && echo "securerandom.source=file:/dev/urandom" >> /usr/lib/jvm/default-jvm/jre/conf/security/java.security # buildkit
ENV JAVA_OPTIONS=-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager
COPY --chown=2001 build/quarkus-app/lib/ /deployments/lib/ # buildkit
COPY --chown=2001 build/quarkus-app/*.jar /deployments/ # buildkit
COPY --chown=2001 build/quarkus-app/app/ /deployments/app/ # buildkit
COPY --chown=2001 build/quarkus-app/quarkus/ /deployments/quarkus/ # buildkit
USER 2001
ENTRYPOINT ["/deployments/run-java.sh"]
Details
Container
2025-05-05 10:22:14 +00:00
0
OCI / Docker
linux/amd64
118 MiB
Versions (1) View all
ls25 2025-05-05