Skip to content

Commit

Permalink
use released task bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwcook committed Jul 31, 2024
1 parent 6068c62 commit b7f471d
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions .tekton/build-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ spec:
- name: ociArtifactExpiresAfter
value: $(params.image-expires-after)
- name: build-container-amd64
taskRef:
resolver: git
taskref:
params:
- name: url
value: https://github.com/brianwcook/build-definitions
- name: revision
value: use-tmpfs-for-pki-entitlements
- name: pathInRepo
value: task/buildah-oci-ta/0.1/buildah-oci-ta.yaml
- name: name
value: build-container-amd64
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-buildah:0.1@sha256:72e4ddd9b543e2766830e3a513da5c2fec26ea7a72a50e8c85be642912caa603
- name: kind
value: task
resolver: bundles
runAfter:
- prefetch-dependencies
when:
Expand Down Expand Up @@ -125,14 +125,12 @@ spec:
value: $(params.build-args-file)
- name: build-container-arm64
taskRef:
resolver: git
params:
- name: url
value: https://github.com/brianwcook/build-definitions
- name: revision
value: use-tmpfs-for-pki-entitlements
- name: pathInRepo
value: task/buildah-remote-oci-ta/0.1/buildah-remote-oci-ta.yaml
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.1@sha256:12fa81a8407a17e5e119ba088fa65549d2d970c8b9c490ec8ec50e5f75df9d89
- name: kind
value: task
resolver: bundles
runAfter:
- prefetch-dependencies
when:
Expand Down

0 comments on commit b7f471d

Please sign in to comment.