Skip to content

Commit 2e22585

Browse files
Update registry.access.redhat.com/ubi9/ubi-minimal Docker digest to 0d7cfb0 (opendatahub-io#639)
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 eccbda1 commit 2e22585

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} GOEXPERIMENT=strictfipsruntime go build -tags strictfipsruntime -a -o ./bin/manager main.go
3030

3131
# Use ubi9/ubi-minimal as base image
32-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:67fee1a132e8e326434214b3c7ce90b2500b2ad02c9790cc61581feb58d281d5
32+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:0d7cfb0704f6d389942150a01a20cb182dc8ca872004ebf19010e2b622818926
3333

3434
## Create a non-root user with UID 1001
3535
RUN useradd --uid 1001 --create-home --user-group --system rhods

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} GOEXPERIMENT=strictfipsruntime go build -tags strictfipsruntime -a -o ./bin/manager main.go
2525

2626
# Use ubi9/ubi-minimal as base image
27-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:67fee1a132e8e326434214b3c7ce90b2500b2ad02c9790cc61581feb58d281d5
27+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:0d7cfb0704f6d389942150a01a20cb182dc8ca872004ebf19010e2b622818926
2828

2929
## Create a non-root user with UID 1001
3030
RUN useradd --uid 1001 --create-home --user-group --system rhods

0 commit comments

Comments
 (0)