Skip to content

Commit

Permalink
Removing the BUILDER_IMAGE parameter
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Dec 13, 2024
1 parent 6f2c96f commit 6606492
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6606492

Please sign in to comment.