File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM golang:1.18 as builder
2+ FROM golang:1.18@sha256:50c889275d26f816b5314fc99f55425fa76b18fcaf16af255f5d57f09e1f48da as builder
33
44WORKDIR /workspace
55# Copy the Go Modules manifests
2323
2424# Use distroless as minimal base image to package the manager binary
2525# Refer to https://github.com/GoogleContainerTools/distroless for more details
26- FROM registry.access.redhat.com/ubi8/ubi
26+ FROM registry.access.redhat.com/ubi8/ubi@sha256:23d8dfd08024fdfa34b168c297d8c74a1dc58675b02b3418925932df123b755c
2727WORKDIR /
2828COPY --from=builder /workspace/manager .
2929COPY --from=builder /workspace/notify /usr/local/bin
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM golang:1.18 as builder
2+ FROM golang:1.18@sha256:50c889275d26f816b5314fc99f55425fa76b18fcaf16af255f5d57f09e1f48da as builder
33
44WORKDIR /workspace
55
88RUN go install github.com/rjeczalik/cmd/
[email protected] && \
99 cp ${GOPATH}/bin/notify ./
1010
11- FROM registry.access.redhat.com/ubi8/ubi
11+ FROM registry.access.redhat.com/ubi8/ubi@sha256:23d8dfd08024fdfa34b168c297d8c74a1dc58675b02b3418925932df123b755c
1212WORKDIR /
1313COPY --from=builder /workspace/notify /usr/local/bin
1414COPY --from=builder /workspace/keepalived_exporter /usr/local/bin
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/keepalived-operator
16- newTag : latest
16+ newTag : latest@sha256:111529f93552866682ddb4c8ee43ad0f6371d220c8537a4b5e9e8a764aaf37fc
You can’t perform that action at this time.
0 commit comments