Skip to content

Commit fc53c8c

Browse files
committed
bump ubi image from 8.6 to 8.8
1 parent 38baa6d commit fc53c8c

File tree

24 files changed

+25
-25
lines changed

24 files changed

+25
-25
lines changed

benchmarks/clock-synchronization/src/main/docker/Dockerfile.jvm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
####
1+
###
22
# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode
33
###
4-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
4+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
55

66
ARG JAVA_PACKAGE=java-17-openjdk-headless
77
ARG RUN_JAVA_VERSION=1.3.8

benchmarks/clock-synchronization/src/main/docker/Dockerfile.legacy-jar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
####
22
# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode
33
###
4-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
4+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
55

66
ARG JAVA_PACKAGE=java-17-openjdk-headless
77
ARG RUN_JAVA_VERSION=1.3.8

benchmarks/clock-synchronization/src/main/docker/Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
####
22
# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode
33
###
4-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
4+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
55
WORKDIR /work/
66
RUN chown 1001 /work \
77
&& chmod "g+rwX" /work \

benchmarks/compress/src/main/docker/Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
####
22
# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode.
33
###
4-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
4+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
55
WORKDIR /work/
66
RUN chown 1001 /work \
77
&& chmod "g+rwX" /work \

benchmarks/dna-visualization/src/main/docker/Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
####
22
# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode.
33
###
4-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
4+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
55
WORKDIR /work/
66
RUN chown 1001 /work \
77
&& chmod "g+rwX" /work \

benchmarks/dynamic-html/src/main/docker/Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
####
22
# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode.
33
###
4-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
4+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
55
WORKDIR /work/
66
RUN chown 1001 /work \
77
&& chmod "g+rwX" /work \

benchmarks/graph-bfs/src/main/docker/Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
####
22
# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode.
33
###
4-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
4+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
55
WORKDIR /work/
66
RUN chown 1001 /work \
77
&& chmod "g+rwX" /work \

benchmarks/graph-mst/src/main/docker/Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
####
22
# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode.
33
###
4-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
4+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
55
WORKDIR /work/
66
RUN chown 1001 /work \
77
&& chmod "g+rwX" /work \

benchmarks/graph-pagerank/src/main/docker/Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
####
22
# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode.
33
###
4-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
4+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
55
WORKDIR /work/
66
RUN chown 1001 /work \
77
&& chmod "g+rwX" /work \

benchmarks/image-recognition/src/main/docker/Dockerfile.jvm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
####
22
# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode
33
###
4-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
4+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
55

66
ARG JAVA_PACKAGE=java-17-openjdk-headless
77
ARG RUN_JAVA_VERSION=1.3.8

0 commit comments

Comments
 (0)