The source project of this merge request has been removed.
Update JVM dockerfile to resolve image instability
Compare changes
+ 71
− 26
# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode
&& 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 \
&& echo "securerandom.source=file:/dev/urandom" >> /etc/alternatives/jre/conf/security/java.security
ENV JAVA_OPTIONS="-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager"
# We make four distinct layers so if there are application changes the library layers can be re-used
@@ -43,5 +88,5 @@ COPY --chown=1001 target/quarkus-app/quarkus/ /deployments/quarkus/
@@ -43,5 +88,5 @@ COPY --chown=1001 target/quarkus-app/quarkus/ /deployments/quarkus/
\ No newline at end of file