Skip to content

Commit 75b3cc8

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

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile.daemonset.ocp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN dnf module enable -y nvidia-driver:580 && \
3434
echo "SUCCESS: Verified libnvidia-ml version ${INSTALLED_VERSION}"
3535

3636
# Final stage - use clean UBI9 minimal to avoid CVEs from NVIDIA base image (CVE-2025-66471, CVE-2026-21441)
37-
FROM registry.redhat.io/ubi9/ubi-minimal@sha256:7d4e47500f28ac3a2bff06c25eff9127ff21048538ae03ce240d57cf756acd00
37+
FROM registry.redhat.io/ubi9/ubi-minimal@sha256:fe9e574f04371b333ed4e21d30d984f6b7fcd1046e579f5ddab4816c0c8e231d
3838

3939
# Copy NVIDIA libraries from build stage and create symlink for go-nvml
4040
COPY --from=nvidia-libs /usr/lib64/libnvidia-ml.so* /usr/lib64/

Dockerfile.ocp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /workspace
44
COPY . .
55
RUN GO_BUILD_PACKAGES=./cmd/das-operator make
66

7-
FROM registry.redhat.io/ubi9/ubi-minimal@sha256:7d4e47500f28ac3a2bff06c25eff9127ff21048538ae03ce240d57cf756acd00
7+
FROM registry.redhat.io/ubi9/ubi-minimal@sha256:fe9e574f04371b333ed4e21d30d984f6b7fcd1046e579f5ddab4816c0c8e231d
88
WORKDIR /
99
COPY --from=build /workspace/das-operator /usr/bin
1010
USER 65532:65532

Dockerfile.scheduler.ocp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV GOFLAGS=-mod=mod
88
RUN GO_BUILD_PACKAGES=./cmd/das-scheduler make
99

1010
# runtime stage
11-
FROM registry.redhat.io/ubi9/ubi-minimal@sha256:7d4e47500f28ac3a2bff06c25eff9127ff21048538ae03ce240d57cf756acd00
11+
FROM registry.redhat.io/ubi9/ubi-minimal@sha256:fe9e574f04371b333ed4e21d30d984f6b7fcd1046e579f5ddab4816c0c8e231d
1212

1313
WORKDIR /
1414
COPY --from=build /workspace/das-scheduler /usr/bin

Dockerfile.webhook.ocp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /workspace
44
COPY . .
55
RUN GO_BUILD_PACKAGES=./cmd/das-webhook make
66

7-
FROM registry.redhat.io/ubi9/ubi-minimal@sha256:7d4e47500f28ac3a2bff06c25eff9127ff21048538ae03ce240d57cf756acd00
7+
FROM registry.redhat.io/ubi9/ubi-minimal@sha256:fe9e574f04371b333ed4e21d30d984f6b7fcd1046e579f5ddab4816c0c8e231d
88
WORKDIR /
99
COPY --from=build /workspace/das-webhook /usr/bin
1010
USER 65532:65532

0 commit comments

Comments
 (0)