Skip to content

Commit cadf75e

Browse files
authored
Pin the UBI 9 container 9.5-1734495538 (most recent release) (#1970)
* Use most recent UBI 9 container image Dependabot should have detected this container image update, but it did not. Dependabot did not miss these updates in the platformlabeler repository, where a simpler syntax is used for the test data containers. I'm not sure if that is due to the AS clause or some other reason, but we want to use the most recent UBI 9 container image as a base, so this pull request makes sense in any case. Latest image released 2 days ago from https://catalog.redhat.com/software/containers/ubi9/ubi/615bcf606feffc5384e8452e * Pin UBI 9.5-1734495538 as the UBI 9 container image Most recent release from https://catalog.redhat.com/software/containers/ubi9/ubi/615bcf606feffc5384e8452e
1 parent 1bfe089 commit cadf75e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rhel/ubi9/hotspot/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/ubi:9.5 AS jre-build
1+
FROM registry.access.redhat.com/ubi9/ubi:9.5-1734495538 AS jre-build
22

33
ARG JAVA_VERSION=17.0.13_11
44

@@ -33,7 +33,7 @@ RUN case "$(jlink --version 2>&1)" in \
3333
--no-header-files \
3434
--output /javaruntime
3535

36-
FROM registry.access.redhat.com/ubi9/ubi:9.5 AS controller
36+
FROM registry.access.redhat.com/ubi9/ubi:9.5-1734495538 AS controller
3737

3838
ENV LANG=C.UTF-8
3939

0 commit comments

Comments
 (0)