File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM golang:1.20 as builder
2+ FROM golang:1.20@sha256:8f9af7094d0cb27cc783c697ac5ba25efdc4da35f8526db21f7aebb0b0b4f18a as builder
33
44WORKDIR /workspace
55# Copy the Go Modules manifests
@@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -o manager main.go
1919
2020# Use distroless as minimal base image to package the manager binary
2121# Refer to https://github.com/GoogleContainerTools/distroless for more details
22- FROM registry.access.redhat.com/ubi8/ubi-minimal
22+ FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:951ee3cabb74246821ae31c2b808b7789310f5509882c153b7b178aaaeefa2d3
2323WORKDIR /
2424COPY --from=builder /workspace/manager .
2525USER 65532:65532
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8/ubi-minimal
1+ FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:951ee3cabb74246821ae31c2b808b7789310f5509882c153b7b178aaaeefa2d3
22WORKDIR /
33COPY bin/manager .
44USER 65532:65532
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ kind: Kustomization
1313images :
1414- name : controller
1515 newName : quay.io/redhat-cop/cert-utils-operator
16- newTag : latest
16+ newTag : latest@sha256:0290e7b2800a5aa8eb57b0268908f2a20a93b16403c76df4c61021048161d6ff
You can’t perform that action at this time.
0 commit comments