File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 35
35
- linux/s390x
36
36
- name : path-context
37
37
value : .
38
+ - name : hermetic
39
+ value : true
38
40
pipelineSpec :
39
41
description : |
40
42
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
@@ -318,7 +320,7 @@ spec:
318
320
- name : name
319
321
value : deprecated-image-check
320
322
- name : bundle
321
- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.4@sha256:650330fde0773f73f6bac77ae573031c44c79165d9503b0d5ec1db3e6ef981d7
323
+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.4@sha256:000dfcf3583649ca07214f308126a8ef0400358a9a9cbf876fe60c1cc6affb37
322
324
- name : kind
323
325
value : task
324
326
resolver : bundles
Original file line number Diff line number Diff line change 33
33
- linux-mlarge/arm64
34
34
- linux/ppc64le
35
35
- linux/s390x
36
+ - name : hermetic
37
+ value : true
36
38
pipelineSpec :
37
39
description : |
38
40
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
@@ -316,7 +318,7 @@ spec:
316
318
- name : name
317
319
value : deprecated-image-check
318
320
- name : bundle
319
- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.4@sha256:650330fde0773f73f6bac77ae573031c44c79165d9503b0d5ec1db3e6ef981d7
321
+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.4@sha256:000dfcf3583649ca07214f308126a8ef0400358a9a9cbf876fe60c1cc6affb37
320
322
- name : kind
321
323
value : task
322
324
resolver : bundles
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ RUN go build -mod vendor -a -ldflags "${LDFLAGS}" -o manager
11
11
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
12
12
WORKDIR /
13
13
COPY --from=builder /go/src/github.com/open-policy-agent/gatekeeper/manager .
14
- RUN microdnf -y update && microdnf -y clean all
14
+
15
+ RUN mkdir licenses/
16
+ COPY LICENSE licenses/
17
+
15
18
USER 65532:65532
19
+
16
20
ENTRYPOINT ["/manager"]
You can’t perform that action at this time.
0 commit comments