Skip to content

Commit a80ad68

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

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:0d7cfb0704f6d389942150a01a20cb182dc8ca872004ebf19010e2b622818926
32+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:aaf57d07d6e192bcb72190f9841f41501b8b3dffdc5e60db2f7a668c2513ab6b
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:0d7cfb0704f6d389942150a01a20cb182dc8ca872004ebf19010e2b622818926
27+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:aaf57d07d6e192bcb72190f9841f41501b8b3dffdc5e60db2f7a668c2513ab6b
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)