Skip to content

Commit d0d6a8e

Browse files
Update registry.access.redhat.com/ubi8/ubi-minimal Docker digest to 3544399 (opendatahub-io#430)
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Co-authored-by: konflux-internal-p02[bot] <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
1 parent afb2e94 commit d0d6a8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/notebook-controller/Dockerfile.konflux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ USER root
2929
RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -tags strictfipsruntime -a -o ./bin/manager main.go
3030

3131
# Use ubi8/ubi-minimal as base image
32-
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:c38cc770631788157f8ea989df65ff30359c9f8af3246fef244b32caed9d5862
32+
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:3544399c893a7f32d16220d22d493ae32e61379668e32bc54a74d8eb6ece80fc
3333

3434
## Install additional packages
3535
RUN microdnf install -y shadow-utils &&\

components/odh-notebook-controller/Dockerfile.konflux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ USER root
2424
RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -tags strictfipsruntime -a -o ./bin/manager main.go
2525

2626
# Use ubi8/ubi-minimal as base image
27-
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:c38cc770631788157f8ea989df65ff30359c9f8af3246fef244b32caed9d5862
27+
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:3544399c893a7f32d16220d22d493ae32e61379668e32bc54a74d8eb6ece80fc
2828

2929
## Install additional packages
3030
RUN microdnf install -y shadow-utils &&\

0 commit comments

Comments
 (0)