From ecb20921338828bfe26eb5f3fd2a0087555c172f Mon Sep 17 00:00:00 2001 From: Tommy Dalton Date: Mon, 29 Jun 2026 10:56:01 +0100 Subject: [PATCH] fix: disable hermetic builds for conforma cli-stacks v1.4 Disable hermetic builds in conforma cli-stack Tekton pipelines to allow network access during builds for dependency resolution. - Set hermetic: "false" in conforma-cli-stack-pull-request.yaml - Set hermetic: "false" in conforma-cli-stack-push.yaml Note: cosign-cli-stack already has hermetic: "false" - this change aligns conforma with the same configuration. Co-Authored-By: Claude Sonnet 4.5 --- .tekton/conforma-cli-stack-pull-request.yaml | 2 +- .tekton/conforma-cli-stack-push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/conforma-cli-stack-pull-request.yaml b/.tekton/conforma-cli-stack-pull-request.yaml index 325a39378f4..604788defc5 100644 --- a/.tekton/conforma-cli-stack-pull-request.yaml +++ b/.tekton/conforma-cli-stack-pull-request.yaml @@ -32,7 +32,7 @@ spec: - name: revision value: '{{revision}}' - name: hermetic - value: "true" + value: "false" - name: build-source-image value: "true" pipelineRef: diff --git a/.tekton/conforma-cli-stack-push.yaml b/.tekton/conforma-cli-stack-push.yaml index eef91c3a9c9..f695d5c7e6f 100644 --- a/.tekton/conforma-cli-stack-push.yaml +++ b/.tekton/conforma-cli-stack-push.yaml @@ -29,7 +29,7 @@ spec: - name: revision value: '{{revision}}' - name: hermetic - value: "true" + value: "false" - name: build-source-image value: "true" pipelineRef: