Skip to content

Commit ea20010

Browse files
NO-JIRA: Update registry.redhat.io/ubi9/ubi Docker digest to 00e592b
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 4956790 commit ea20010

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile.daemonset.ocp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY . .
66
RUN GO_BUILD_PACKAGES=./cmd/das-daemonset make
77

88
# Build stage to install libnvidia-ml package
9-
FROM registry.redhat.io/ubi9/ubi@sha256:0879eaf704bf508379bdb0f465b8ea184c1ec9f1f40a413422fc17f6d3fb2389 as nvidia-libs
9+
FROM registry.redhat.io/ubi9/ubi@sha256:00e592b8a4c30632bab23d7548f12b1f51a9b8b5a358b986069d6846ac908e6b as nvidia-libs
1010

1111
RUN printf '%s\n' \
1212
'[ml-$basearch-baseos-rpms]' \

bundle-ocp.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/ubi@sha256:0879eaf704bf508379bdb0f465b8ea184c1ec9f1f40a413422fc17f6d3fb2389 as builder
1+
FROM registry.redhat.io/ubi9/ubi@sha256:00e592b8a4c30632bab23d7548f12b1f51a9b8b5a358b986069d6846ac908e6b as builder
22
RUN dnf -y install jq
33

44
ARG RELATED_IMAGE_FILE=related_images.json

bundle.developer.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/ubi@sha256:0879eaf704bf508379bdb0f465b8ea184c1ec9f1f40a413422fc17f6d3fb2389 as builder
1+
FROM registry.redhat.io/ubi9/ubi@sha256:00e592b8a4c30632bab23d7548f12b1f51a9b8b5a358b986069d6846ac908e6b as builder
22
RUN dnf -y install jq
33

44
ARG RELATED_IMAGE_FILE=related_images.developer.json

0 commit comments

Comments
 (0)