Skip to content

Commit d3e0020

Browse files
authored
Merge pull request #55 from Vincent056/hermetic
Enable Hermetic Build
2 parents d110382 + f294c98 commit d3e0020

12 files changed

+2814
-1518
lines changed

.tekton/security-profiles-operator-bundle-pull-request.yaml

Lines changed: 439 additions & 429 deletions
Large diffs are not rendered by default.

.tekton/security-profiles-operator-bundle-push.yaml

Lines changed: 437 additions & 427 deletions
Large diffs are not rendered by default.

.tekton/security-profiles-operator-pull-request.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ spec:
2828
value: 5d
2929
- name: dockerfile
3030
value: Dockerfile.openshift
31+
- name: hermetic
32+
value: "true"
33+
- name: prefetch-input
34+
value: '[{"type": "rpm", "path": "konflux"}, {"type": "gomod", "path": "."}]'
3135
pipelineSpec:
3236
description: |
3337
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
@@ -175,14 +179,16 @@ spec:
175179
value: $(params.output-image).prefetch
176180
- name: ociArtifactExpiresAfter
177181
value: $(params.image-expires-after)
182+
- name: dev-package-managers
183+
value: "true"
178184
runAfter:
179185
- clone-repository
180186
taskRef:
181187
params:
182188
- name: name
183189
value: prefetch-dependencies-oci-ta
184190
- name: bundle
185-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.1@sha256:3c11f5de6a0281bf93857f0c85bbbdfeda4cc118337da273fef0c138bda5eebb
191+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.1@sha256:8fb092dae7109ac211d8b98413d9bc0c71c14f64644ce239676383576f861a86
186192
- name: kind
187193
value: task
188194
resolver: bundles
@@ -223,7 +229,7 @@ spec:
223229
- name: name
224230
value: buildah-oci-ta
225231
- name: bundle
226-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.2@sha256:8e83e9406fb7f9b89b4a425bbecc3022de85b5501fca03c58330a32c9ba36b33
232+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.2@sha256:fd7f38929cea85b9f3cf6b8d33d790210c6e76bcc5d4cca5146cb336c747b81c
227233
- name: kind
228234
value: task
229235
resolver: bundles

0 commit comments

Comments
 (0)