Skip to content

Commit 8cb9532

Browse files
authored
Use UBI9 based Quarkus micro image for quarkus 3 (#299)
#298
1 parent be4a9fe commit 8cb9532

File tree

17 files changed

+37
-25
lines changed

17 files changed

+37
-25
lines changed

fj-doc-maven-plugin/src/main/resources/config/flavour/quarkus-3-gradle-kts/src/main/docker/Dockerfile.jvm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
# accessed directly. (example: "foo.example.com,bar.example.com")
7878
#
7979
###
80-
FROM registry.access.redhat.com/ubi8/openjdk-21:1.20
80+
FROM registry.access.redhat.com/ubi9/openjdk-21:1.21
8181

8282
ENV LANGUAGE='en_US:en'
8383

fj-doc-maven-plugin/src/main/resources/config/flavour/quarkus-3-gradle-kts/src/main/docker/Dockerfile.legacy-jar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
# accessed directly. (example: "foo.example.com,bar.example.com")
7878
#
7979
###
80-
FROM registry.access.redhat.com/ubi8/openjdk-21:1.20
80+
FROM registry.access.redhat.com/ubi9/openjdk-21:1.21
8181

8282
ENV LANGUAGE='en_US:en'
8383

fj-doc-maven-plugin/src/main/resources/config/flavour/quarkus-3-gradle-kts/src/main/docker/Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# docker run -i --rm -p 8080:8080 quarkus/fj-doc-quarkus-tutorial
1515
#
1616
###
17-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
17+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5
1818
WORKDIR /work/
1919
RUN chown 1001 /work \
2020
&& chmod "g+rwX" /work \

fj-doc-maven-plugin/src/main/resources/config/flavour/quarkus-3-gradle-kts/src/main/docker/Dockerfile.native-micro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# docker run -i --rm -p 8080:8080 quarkus/fj-doc-quarkus-tutorial
1818
#
1919
###
20-
FROM quay.io/quarkus/quarkus-micro-image:2.0
20+
FROM quay.io/quarkus/ubi9-quarkus-micro-image:2.0
2121
WORKDIR /work/
2222
RUN chown 1001 /work \
2323
&& chmod "g+rwX" /work \

fj-doc-maven-plugin/src/main/resources/config/flavour/quarkus-3-gradle/src/main/docker/Dockerfile.jvm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
# accessed directly. (example: "foo.example.com,bar.example.com")
7878
#
7979
###
80-
FROM registry.access.redhat.com/ubi8/openjdk-21:1.20
80+
FROM registry.access.redhat.com/ubi9/openjdk-21:1.21
8181

8282
ENV LANGUAGE='en_US:en'
8383

fj-doc-maven-plugin/src/main/resources/config/flavour/quarkus-3-gradle/src/main/docker/Dockerfile.legacy-jar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
# accessed directly. (example: "foo.example.com,bar.example.com")
7878
#
7979
###
80-
FROM registry.access.redhat.com/ubi8/openjdk-21:1.20
80+
FROM registry.access.redhat.com/ubi9/openjdk-21:1.21
8181

8282
ENV LANGUAGE='en_US:en'
8383

fj-doc-maven-plugin/src/main/resources/config/flavour/quarkus-3-gradle/src/main/docker/Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# docker run -i --rm -p 8080:8080 quarkus/fj-doc-quarkus-tutorial
1515
#
1616
###
17-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
17+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5
1818
WORKDIR /work/
1919
RUN chown 1001 /work \
2020
&& chmod "g+rwX" /work \

fj-doc-maven-plugin/src/main/resources/config/flavour/quarkus-3-gradle/src/main/docker/Dockerfile.native-micro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# docker run -i --rm -p 8080:8080 quarkus/fj-doc-quarkus-tutorial
1818
#
1919
###
20-
FROM quay.io/quarkus/quarkus-micro-image:2.0
20+
FROM quay.io/quarkus/ubi9-quarkus-micro-image:2.0
2121
WORKDIR /work/
2222
RUN chown 1001 /work \
2323
&& chmod "g+rwX" /work \

fj-doc-maven-plugin/src/main/resources/config/flavour/quarkus-3/src/main/docker/Dockerfile.jvm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
# This scripts computes the command line to execute your Java application, and
2727
# includes memory/GC tuning.
2828
# You can configure the behavior using the following environment properties:
29-
# - JAVA_OPTS: JVM options passed to the `java` command (example: "-verbose:class")
29+
# - JAVA_OPTS: JVM options passed to the `java` command (example: "-verbose:class") - Be aware that this will override
30+
# the default JVM options, use `JAVA_OPTS_APPEND` to append options
3031
# - JAVA_OPTS_APPEND: User specified Java options to be appended to generated options
3132
# in JAVA_OPTS (example: "-Dsome.property=foo")
3233
# - JAVA_MAX_MEM_RATIO: Is used when no `-Xmx` option is given in JAVA_OPTS. This is
@@ -77,7 +78,7 @@
7778
# accessed directly. (example: "foo.example.com,bar.example.com")
7879
#
7980
###
80-
FROM registry.access.redhat.com/ubi8/openjdk-21:1.20
81+
FROM registry.access.redhat.com/ubi9/openjdk-21:1.21
8182

8283
ENV LANGUAGE='en_US:en'
8384

fj-doc-maven-plugin/src/main/resources/config/flavour/quarkus-3/src/main/docker/Dockerfile.legacy-jar

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
# This scripts computes the command line to execute your Java application, and
2727
# includes memory/GC tuning.
2828
# You can configure the behavior using the following environment properties:
29-
# - JAVA_OPTS: JVM options passed to the `java` command (example: "-verbose:class")
29+
# - JAVA_OPTS: JVM options passed to the `java` command (example: "-verbose:class") - Be aware that this will override
30+
# the default JVM options, use `JAVA_OPTS_APPEND` to append options
3031
# - JAVA_OPTS_APPEND: User specified Java options to be appended to generated options
3132
# in JAVA_OPTS (example: "-Dsome.property=foo")
3233
# - JAVA_MAX_MEM_RATIO: Is used when no `-Xmx` option is given in JAVA_OPTS. This is
@@ -77,7 +78,7 @@
7778
# accessed directly. (example: "foo.example.com,bar.example.com")
7879
#
7980
###
80-
FROM registry.access.redhat.com/ubi8/openjdk-21:1.20
81+
FROM registry.access.redhat.com/ubi9/openjdk-21:1.21
8182

8283
ENV LANGUAGE='en_US:en'
8384

0 commit comments

Comments
 (0)