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 1
1
# Build the manager binary
2
- FROM golang:1.22 AS builder
2
+ FROM golang:1.22@sha256:1cf6c45ba39db9fd6db16922041d074a63c935556a05c5ccb62d181034df7f02 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 GOARCH=amd64 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/ubi9/ubi-minimal
22
+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:92b1d5747a93608b6adb64dfd54515c3c5a360802db4706765ff3d8470df6290
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/ubi9/ubi-minimal
1
+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:92b1d5747a93608b6adb64dfd54515c3c5a360802db4706765ff3d8470df6290
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/raffaelespazzoli/vault-config-operator
16
- newTag : latest
16
+ newTag : latest@sha256:742084eff2e6b599563a9dabaf79ab0e9a9319b7f973b9e763b3c5f14321aa11
You can’t perform that action at this time.
0 commit comments