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.19 as builder
2+ FROM golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a as builder
33
44WORKDIR /workspace
55# Copy the Go Modules manifests
@@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 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 gcr.io/distroless/static:nonroot
22+ FROM gcr.io/distroless/static:nonroot@sha256:112a87f19e83c83711cc81ce8ed0b4d79acd65789682a6a272df57c4a0858534
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:288239021a429a311233d73a7d91b0a1dd889ab7bbc247d913e1b5726e25354a
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/raffaelespazzoli/vault-config-operator
16- newTag : latest
16+ newTag : latest@sha256:742084eff2e6b599563a9dabaf79ab0e9a9319b7f973b9e763b3c5f14321aa11
You can’t perform that action at this time.
0 commit comments