Skip to content

Commit

Permalink
Pin the UBI 9 container 9.5-1734495538 (most recent release) (#1970)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
MarkEWaite authored Dec 18, 2024
1 parent 1bfe089 commit cadf75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rhel/ubi9/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi:9.5 AS jre-build
FROM registry.access.redhat.com/ubi9/ubi:9.5-1734495538 AS jre-build

ARG JAVA_VERSION=17.0.13_11

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

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

ENV LANG=C.UTF-8

Expand Down

0 comments on commit cadf75e

Please sign in to comment.