Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.daemonset.ocp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . .
RUN GO_BUILD_PACKAGES=./cmd/das-daemonset make

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

RUN printf '%s\n' \
'[ml-$basearch-baseos-rpms]' \
Expand Down
2 changes: 1 addition & 1 deletion bundle-ocp.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.redhat.io/ubi9/ubi@sha256:0879eaf704bf508379bdb0f465b8ea184c1ec9f1f40a413422fc17f6d3fb2389 as builder
FROM registry.redhat.io/ubi9/ubi@sha256:00e592b8a4c30632bab23d7548f12b1f51a9b8b5a358b986069d6846ac908e6b as builder
RUN dnf -y install jq

ARG RELATED_IMAGE_FILE=related_images.json
Expand Down
2 changes: 1 addition & 1 deletion bundle.developer.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.redhat.io/ubi9/ubi@sha256:0879eaf704bf508379bdb0f465b8ea184c1ec9f1f40a413422fc17f6d3fb2389 as builder
FROM registry.redhat.io/ubi9/ubi@sha256:00e592b8a4c30632bab23d7548f12b1f51a9b8b5a358b986069d6846ac908e6b as builder
RUN dnf -y install jq

ARG RELATED_IMAGE_FILE=related_images.developer.json
Expand Down