From 6606492585f395dbb4048b8c4e6e1f6536a3ebd0 Mon Sep 17 00:00:00 2001 From: cmoulliard Date: Fri, 13 Dec 2024 16:51:16 +0100 Subject: [PATCH] Removing the BUILDER_IMAGE parameter Signed-off-by: cmoulliard --- .../0.1/build-paketo-builder-oci-ta.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/task/build-paketo-builder-oci-ta/0.1/build-paketo-builder-oci-ta.yaml b/task/build-paketo-builder-oci-ta/0.1/build-paketo-builder-oci-ta.yaml index f8e8a7598..43412abbe 100644 --- a/task/build-paketo-builder-oci-ta/0.1/build-paketo-builder-oci-ta.yaml +++ b/task/build-paketo-builder-oci-ta/0.1/build-paketo-builder-oci-ta.yaml @@ -18,10 +18,6 @@ spec: description: the arguments to be passed to the pack command to build the image type: array default: [] - - name: BUILDER_IMAGE - description: The image packaging the paketo tools and to be used to build - type: string - default: "quay.io/redhat-user-workloads/konflux-build-pipeli-tenant/paketo-container:ea8ddb8818bb4a55546927e7674b0362dabd6342" - name: CACHI2_ARTIFACT description: The Trusted Artifact URI pointing to the artifact with the prefetched dependencies. @@ -103,7 +99,7 @@ spec: stepTemplate: env: - name: BUILDER_IMAGE - value: $(params.BUILDER_IMAGE) + value: "quay.io/redhat-user-workloads/konflux-build-pipeli-tenant/paketo-container:ea8ddb8818bb4a55546927e7674b0362dabd6342" - name: CONTEXT value: $(params.CONTEXT) - name: HERMETIC