File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.20 as builder
2
+ FROM golang:1.20@sha256:2afc3d802c3e23ff754705f1024e2f96950ef2a6d27e39b684cf720600325c9b as builder
3
3
4
4
WORKDIR /workspace
5
5
# Copy the Go Modules manifests
@@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -o manager main.go
19
19
20
20
# Use distroless as minimal base image to package the manager binary
21
21
# 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:6825946f10e8c81586fa7815c4f06016af05cfc231d921ec9699402a6655d201
23
23
WORKDIR /
24
24
COPY --from=builder /workspace/manager .
25
25
USER 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:6825946f10e8c81586fa7815c4f06016af05cfc231d921ec9699402a6655d201
2
2
WORKDIR /
3
3
COPY bin/manager .
4
4
USER 65532:65532
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ kind: Kustomization
13
13
images :
14
14
- name : controller
15
15
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