Iss #14 - Update RT Java image to use new Java 17 base image
Compare changes
+ 8
− 86
# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode
# you will have to expose the debug port (default 5005 being the default) like this : EXPOSE 8080 5005.
# We make four distinct layers so if there are application changes the library layers can be re-used
ENV JAVA_OPTS="-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager"