Skip to content

Commit

Permalink
pipelines: update to buildah 0.2
Browse files Browse the repository at this point in the history
* docker-build: update to buildah 0.2
* docker-build-oci-ta: implicitly inherit the docker-build changes
* template-build: stop passing BASE_IMAGES_DIGESTS to tasks
  * it's no longer needed and buildah 0.2 no longer returns it

Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed Jul 17, 2024
1 parent c7dff6c commit 040b357
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pipelines/docker-build/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
path: /spec/tasks/3/taskRef
value:
name: buildah
version: "0.1"
version: "0.2"
- op: add
path: /spec/params/-
value:
Expand Down
4 changes: 0 additions & 4 deletions pipelines/template-build/template-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ spec:
params:
- name: BINARY_IMAGE
value: "$(params.output-image)"
- name: BASE_IMAGES
value: "$(tasks.build-container.results.BASE_IMAGES_DIGESTS)"
workspaces:
- name: workspace
workspace: workspace
Expand All @@ -147,8 +145,6 @@ spec:
name: deprecated-image-check
version: "0.4"
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 040b357

Please sign in to comment.