Skip to content

Commit

Permalink
Merge pull request #151 from red-hat-data-services/konflux/mintmaker/…
Browse files Browse the repository at this point in the history
…master/registry.redhat.io-ubi8-ubi-minimal

Update registry.redhat.io/ubi8/ubi-minimal Docker digest to c12e67a
  • Loading branch information
MohammadiIram authored Nov 14, 2024
2 parents 3897a91 + a60296b commit 8cc595d
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 @@ -31,7 +31,7 @@ RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} GO111MODULE=on go

#WORKDIR /workspace/odh-notebook-controller
# Use ubi8/ubi-minimal as base image
FROM registry.redhat.io/ubi8/ubi-minimal@sha256:7583ca0ea52001562bd81a961da3f75222209e6192e4e413ee226cff97dbd48c
FROM registry.redhat.io/ubi8/ubi-minimal@sha256:c12e67af6a7e15113d76bc72f10bef2045c026c71ec8b7124c8a075458188a83


## Install additional packages
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 @@ -33,7 +33,7 @@ user root
RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -tags strictfipsruntime -a -mod=mod -o manager main.go

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


## Install additional packages
Expand Down

0 comments on commit 8cc595d

Please sign in to comment.