diff --git a/.tekton/gitops-backend-pull-request.yaml b/.tekton/gitops-backend-pull-request.yaml index 1f5316f..c7a1483 100644 --- a/.tekton/gitops-backend-pull-request.yaml +++ b/.tekton/gitops-backend-pull-request.yaml @@ -31,6 +31,10 @@ spec: - linux/x86_64 - name: dockerfile value: .konflux/Containerfile.plugin + - name: hermetic + value: "true" + - name: prefetch-input + value: '{"type": "gomod", "path": "."}' 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/gitops-backend-push.yaml b/.tekton/gitops-backend-push.yaml index 0e0da6c..a31f37c 100644 --- a/.tekton/gitops-backend-push.yaml +++ b/.tekton/gitops-backend-push.yaml @@ -28,6 +28,10 @@ spec: - linux/x86_64 - name: dockerfile value: .konflux/Containerfile.plugin + - name: hermetic + value: "true" + - name: prefetch-input + value: '{"type": "gomod", "path": "."}' pipelineSpec: description: | This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.