diff --git a/.tekton/fbc-update-planner-pull-request.yaml b/.tekton/fbc-update-planner-pull-request.yaml index fc19e2a..aa738cc 100644 --- a/.tekton/fbc-update-planner-pull-request.yaml +++ b/.tekton/fbc-update-planner-pull-request.yaml @@ -30,6 +30,10 @@ spec: value: Dockerfile - name: prefetch-input value: '{"type": "gomod", "path": "."}' + - name: hermetic + value: "true" + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. @@ -61,7 +65,7 @@ spec: description: Skip checks against built image name: skip-checks type: string - - default: "true" + - default: "false" description: Execute the build with network isolation name: hermetic type: string @@ -74,7 +78,7 @@ spec: 1h, 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after type: string - - default: "true" + - default: "false" description: Build a source image. name: build-source-image type: string @@ -155,7 +159,7 @@ spec: - name: name value: git-clone-oci-ta - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d30f13dd15daf89dd6dc645243b3444d35570d13f7840c3fd65e366022515205 + value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:e865b49436c38a0ce41c7d9e726143b2025dea23e9f782b4821f9db8a0e4b625 - name: kind value: task resolver: bundles diff --git a/.tekton/fbc-update-planner-push.yaml b/.tekton/fbc-update-planner-push.yaml index df388b2..0b5971a 100644 --- a/.tekton/fbc-update-planner-push.yaml +++ b/.tekton/fbc-update-planner-push.yaml @@ -27,6 +27,10 @@ spec: value: Dockerfile - name: prefetch-input value: '{"type": "gomod", "path": "."}' + - name: hermetic + value: "true" + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. @@ -58,7 +62,7 @@ spec: description: Skip checks against built image name: skip-checks type: string - - default: "true" + - default: "false" description: Execute the build with network isolation name: hermetic type: string @@ -71,7 +75,7 @@ spec: 1h, 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after type: string - - default: "true" + - default: "false" description: Build a source image. name: build-source-image type: string @@ -152,7 +156,7 @@ spec: - name: name value: git-clone-oci-ta - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d30f13dd15daf89dd6dc645243b3444d35570d13f7840c3fd65e366022515205 + value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:e865b49436c38a0ce41c7d9e726143b2025dea23e9f782b4821f9db8a0e4b625 - name: kind value: task resolver: bundles