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