Skip to content

Commit

Permalink
bump ubi image from 8.6 to 8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-s committed Sep 27, 2023
1 parent 38baa6d commit fc53c8c
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
###
# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8

ARG JAVA_PACKAGE=java-17-openjdk-headless
ARG RUN_JAVA_VERSION=1.3.8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8

ARG JAVA_PACKAGE=java-17-openjdk-headless
ARG RUN_JAVA_VERSION=1.3.8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/compress/src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode.
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode.
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/dynamic-html/src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode.
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/graph-bfs/src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode.
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/graph-mst/src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode.
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode.
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8

ARG JAVA_PACKAGE=java-17-openjdk-headless
ARG RUN_JAVA_VERSION=1.3.8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
WORKDIR /work/
RUN microdnf --disablerepo='*' --enablerepo='ubi-8-*' install python3 python3-requests freetype nc fontconfig \
&& microdnf --disablerepo='*' --enablerepo='ubi-8-*' update \
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/network/src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8

ARG JAVA_PACKAGE=java-17-openjdk-headless
ARG RUN_JAVA_VERSION=1.3.8
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/network/src/main/docker/Dockerfile.legacy-jar
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8

ARG JAVA_PACKAGE=java-17-openjdk-headless
ARG RUN_JAVA_VERSION=1.3.8
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/network/src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/server-reply/src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8

ARG JAVA_PACKAGE=java-17-openjdk-headless
ARG RUN_JAVA_VERSION=1.3.8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8

ARG JAVA_PACKAGE=java-17-openjdk-headless
ARG RUN_JAVA_VERSION=1.3.8
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/server-reply/src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
WORKDIR /work/
RUN microdnf --disablerepo='*' --enablerepo='ubi-8-*' install nmap curl ca-certificates ${JAVA_PACKAGE} \
&& microdnf --disablerepo='*' --enablerepo='ubi-8-*' update \
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/sleep/src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8

ARG JAVA_PACKAGE=java-17-openjdk-headless
ARG RUN_JAVA_VERSION=1.3.8
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/sleep/src/main/docker/Dockerfile.legacy-jar
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8

ARG JAVA_PACKAGE=java-17-openjdk-headless
ARG RUN_JAVA_VERSION=1.3.8
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/sleep/src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/thumbnailer/src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8

ARG JAVA_PACKAGE=java-17-openjdk-headless
ARG RUN_JAVA_VERSION=1.3.8
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/thumbnailer/src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
WORKDIR /work/
RUN microdnf --disablerepo='*' --enablerepo='ubi-8-*' install python3 python3-requests freetype nc fontconfig \
&& microdnf --disablerepo='*' --enablerepo='ubi-8-*' clean all \
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/uploader/src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8

ARG JAVA_PACKAGE=java-17-openjdk-headless
ARG RUN_JAVA_VERSION=1.3.8
Expand Down

0 comments on commit fc53c8c

Please # to comment.