Skip to content

Commit

Permalink
Change the docker-build-dance pipeline to use the buildah-rhtap task
Browse files Browse the repository at this point in the history
The new buildah-rhtap task should replace the current existing buildah
task, as that one has Konflux-specific features.

Signed-off-by: Bruno Pimentel <bpimente@redhat.com>
  • Loading branch information
brunoapimentel committed Jan 24, 2024
1 parent 8134696 commit 9d6f2d3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pipelines/docker-build-dance/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- op: replace
path: /spec/tasks/3/taskRef
value:
name: buildah
name: buildah-rhtap
version: "0.1"
- op: add
path: /spec/tasks/3/params
Expand All @@ -34,10 +34,6 @@
value: $(params.dockerfile)
- name: CONTEXT
value: $(params.path-context)
- name: HERMETIC
value: "$(params.hermetic)"
- name: PREFETCH_INPUT
value: "$(params.prefetch-input)"
- name: IMAGE_EXPIRES_AFTER
value: "$(params.image-expires-after)"
- name: COMMIT_SHA
Expand Down

0 comments on commit 9d6f2d3

Please sign in to comment.