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.21 as builder
2+ FROM golang:1.21@sha256:a514244d1eef32a62f0cb81253a825ce63d40f0e15b3fc05f14a922da3329104 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/ubi9/ubi-minimal
22+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
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/ubi9/ubi-minimal
1+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
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/namespace-configuration-operator
16- newTag : latest
16+ newTag : latest@sha256:d120d6b2c5f26dbc707884381765b3578c70b1790371583b238257a5b5e2588f
You can’t perform that action at this time.
0 commit comments