Skip to content

Commit

Permalink
Remove inspect-image as redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
msugakov committed May 22, 2024
1 parent a325540 commit b9a6adf
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .tekton/collector-component-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,31 +290,6 @@ spec:
- name: workspace
workspace: workspace

- name: inspect-image
params:
- name: IMAGE_URL
value: $(tasks.build-container.results.IMAGE_URL)
- name: IMAGE_DIGEST
value: $(tasks.build-container.results.IMAGE_DIGEST)
runAfter:
- build-container
taskRef:
params:
- name: name
value: inspect-image
- name: bundle
value: quay.io/redhat-appstudio-tekton-catalog/task-inspect-image:0.1@sha256:919438843ea5368ec0c41c6b5f92363add4423118f9cd6ccf16bf23160fabc90
- name: kind
value: task
resolver: bundles
when:
- input: $(params.skip-checks)
operator: in
values: [ "false" ]
workspaces:
- name: source
workspace: workspace

- name: deprecated-base-image-check
params:
- name: BASE_IMAGES_DIGESTS
Expand Down

0 comments on commit b9a6adf

Please sign in to comment.