File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/code-with-quarkus-jvm
22
22
#
23
23
###
24
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
24
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1756195339
25
25
26
26
ARG JAVA_PACKAGE=java-11-openjdk-headless
27
27
ARG RUN_JAVA_VERSION=1.3.8
Original file line number Diff line number Diff line change 17
17
# docker run -i --rm -p 8081:8081 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/code-with-quarkus-jvm
18
18
#
19
19
###
20
- FROM registry.access.redhat.com/ubi8/openjdk-17:1.16
20
+ FROM registry.access.redhat.com/ubi8/openjdk-17:1.23-3.1756174627
21
21
22
22
USER root
23
23
WORKDIR /build
@@ -39,7 +39,7 @@ RUN if [ ! -d /build/target/quarkus-app ] ; then mkdir -p /build/target/quarkus-
39
39
mv /build/target/$(cat .env-id)-$(cat .env-version)*.jar /build/target/quarkus-app/ ; \
40
40
fi
41
41
42
- FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.15-1.1682053056
42
+ FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.23-3.1756174615
43
43
# Configure the JAVA_OPTS, you can add -XshowSettings:vm to also display the heap size.
44
44
ENV JAVA_OPTS="-Dquarkus.http.host=0.0.0.0 -Dquarkus.http.port=8081 -Djava.util.logging.manager=org.jboss.logmanager.LogManager"
45
45
# We make four distinct layers so if there are application changes the library layers can be re-used
Original file line number Diff line number Diff line change 21
21
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/code-with-quarkus-legacy-jar
22
22
#
23
23
###
24
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
24
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1756195339
25
25
26
26
ARG JAVA_PACKAGE=java-11-openjdk-headless
27
27
ARG RUN_JAVA_VERSION=1.3.8
Original file line number Diff line number Diff line change 14
14
# docker run -i --rm -p 8080:8080 quarkus/code-with-quarkus
15
15
#
16
16
###
17
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
17
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1756195339
18
18
WORKDIR /work/
19
19
RUN chown 1001 /work \
20
20
&& chmod "g+rwX" /work \
You can’t perform that action at this time.
0 commit comments