Skip to content

Commit

Permalink
Update registry.access.redhat.com/ubi8/ubi-minimal Docker digest to c…
Browse files Browse the repository at this point in the history
…12e67a

Signed-off-by: konflux-internal-p02 <126015336+konflux-internal-p02[bot]@users.noreply.github.com>
  • Loading branch information
konflux-internal-p02[bot] authored Nov 14, 2024
1 parent 43f5603 commit d27c7bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/notebook-controller/Dockerfile.konflux
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ USER root
RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -tags strictfipsruntime -a -o ./bin/manager main.go

# Use ubi8/ubi-minimal as base image
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:7583ca0ea52001562bd81a961da3f75222209e6192e4e413ee226cff97dbd48c
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:c12e67af6a7e15113d76bc72f10bef2045c026c71ec8b7124c8a075458188a83

## Install additional packages
RUN microdnf install -y shadow-utils &&\
Expand Down
2 changes: 1 addition & 1 deletion components/odh-notebook-controller/Dockerfile.konflux
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ USER root
RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -tags strictfipsruntime -a -o ./bin/manager main.go

# Use ubi8/ubi-minimal as base image
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:7583ca0ea52001562bd81a961da3f75222209e6192e4e413ee226cff97dbd48c
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:c12e67af6a7e15113d76bc72f10bef2045c026c71ec8b7124c8a075458188a83

## Install additional packages
RUN microdnf install -y shadow-utils &&\
Expand Down

0 comments on commit d27c7bb

Please sign in to comment.