From b93f3aa052cd40ffb9ba416b4996e7b832ebdeb6 Mon Sep 17 00:00:00 2001 From: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:13:00 -0500 Subject: [PATCH] Enable hermetic builds Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> --- .tekton/cert-policy-controller-acm-213-pull-request.yaml | 2 ++ .tekton/cert-policy-controller-acm-213-push.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.tekton/cert-policy-controller-acm-213-pull-request.yaml b/.tekton/cert-policy-controller-acm-213-pull-request.yaml index a2bd6920..21ddeea9 100644 --- a/.tekton/cert-policy-controller-acm-213-pull-request.yaml +++ b/.tekton/cert-policy-controller-acm-213-pull-request.yaml @@ -32,6 +32,8 @@ spec: value: build/Dockerfile.rhtap - name: path-context value: . + - name: hermetic + value: true pipelineSpec: description: | This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/cert-policy-controller-acm-213-push.yaml b/.tekton/cert-policy-controller-acm-213-push.yaml index 8d30fd97..383bbd31 100644 --- a/.tekton/cert-policy-controller-acm-213-push.yaml +++ b/.tekton/cert-policy-controller-acm-213-push.yaml @@ -29,6 +29,8 @@ spec: value: build/Dockerfile.rhtap - name: path-context value: . + - name: hermetic + value: true pipelineSpec: description: | This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.