File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
shared-operator-workflow :
10
10
name : shared-operator-workflow
11
- uses : redhat-cop/github-workflows-operators/.github/workflows/pr-operator.yml@v1.0.4
11
+ uses : redhat-cop/github-workflows-operators/.github/workflows/pr-operator.yml@db94696b37f75c4d3d2e571de44612bf24a26d68 # v1.0.4
12
12
with :
13
13
RUN_UNIT_TESTS : true
14
14
RUN_INTEGRATION_TESTS : false
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
shared-operator-workflow :
12
12
name : shared-operator-workflow
13
- uses : redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml@v1.0.4
13
+ uses : redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml@db94696b37f75c4d3d2e571de44612bf24a26d68 # v1.0.4
14
14
secrets :
15
15
COMMUNITY_OPERATOR_PAT : ${{ secrets.COMMUNITY_OPERATOR_PAT }}
16
16
REGISTRY_USERNAME : ${{ secrets.REGISTRY_USERNAME }}
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.18 as builder
2
+ FROM golang:1.18@sha256:50c889275d26f816b5314fc99f55425fa76b18fcaf16af255f5d57f09e1f48da 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 gcr.io/distroless/static:nonroot
22
+ FROM gcr.io/distroless/static:nonroot@sha256:112a87f19e83c83711cc81ce8ed0b4d79acd65789682a6a272df57c4a0858534
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:87bcbfedfd70e67aab3875fff103bade460aeff510033ebb36b7efa009ab6639
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/patch-operator
16
- newTag : latest
16
+ newTag : latest@sha256:47bf8e40af3def8af55b96ea5b85adfd4ada33d93f8d661cad233f4948c8b58f
You can’t perform that action at this time.
0 commit comments