Skip to content

Commit

Permalink
Migrate buildah to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotorresm committed Sep 9, 2024
1 parent 2f4c1b2 commit deefa34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .tekton/ipa-tuura-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@ spec:
params:
- name: BINARY_IMAGE
value: $(params.output-image)
- name: BASE_IMAGES
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
runAfter:
- build-container
taskRef:
Expand All @@ -268,8 +266,6 @@ spec:
workspace: workspace
- name: deprecated-base-image-check
params:
- name: BASE_IMAGES_DIGESTS
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
- name: IMAGE_URL
value: $(tasks.build-container.results.IMAGE_URL)
- name: IMAGE_DIGEST
Expand Down
4 changes: 0 additions & 4 deletions .tekton/ipa-tuura-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@ spec:
params:
- name: BINARY_IMAGE
value: $(params.output-image)
- name: BASE_IMAGES
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
runAfter:
- build-container
taskRef:
Expand All @@ -265,8 +263,6 @@ spec:
workspace: workspace
- name: deprecated-base-image-check
params:
- name: BASE_IMAGES_DIGESTS
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
- name: IMAGE_URL
value: $(tasks.build-container.results.IMAGE_URL)
- name: IMAGE_DIGEST
Expand Down

0 comments on commit deefa34

Please sign in to comment.