Skip to content

Commit 79dea09

Browse files
committed
Delete deprecated-base-image-check task
because there's no base image anyway and because the task isn't happy due to architecture not being specified on the image. ``` step-check-images WARNING: SBOM attachments are deprecated and support will be removed in a Cosign release soon after 2024-02-22 (see sigstore/cosign#2755). Instead, please use SBOM attestations. WARNING: Downloading SBOMs this way does not ensure its authenticity. If you want to ensure a tamper-proof SBOM, download it using 'cosign download attestation <image uri>'. Error: could not parse reference: quay.io/redhat-user-workloads/rh-acs-tenant/acs-konflux-tasks@ main.go:74: error during command execution: could not parse reference: quay.io/redhat-user-workloads/rh-acs-tenant/acs-konflux-tasks@ {"result":"ERROR","timestamp":"2024-12-11T19:23:19+00:00","note":"Unexpected error: Script errored at command: cosign download sbom $arch_imageanddigest > ${SBOM_FILE_PATH}.","namespace":"default","successes":0,"failures":0,"warnings":0} ```
1 parent b8e8fac commit 79dea09

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.tekton/acs-konflux-tasks-push.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -289,26 +289,6 @@ spec:
289289
operator: in
290290
values: [ "true" ]
291291

292-
- name: deprecated-base-image-check
293-
params:
294-
- name: IMAGE_URL
295-
value: $(tasks.build-image-index.results.IMAGE_URL)
296-
- name: IMAGE_DIGEST
297-
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
298-
taskRef:
299-
params:
300-
- name: name
301-
value: deprecated-image-check
302-
- name: bundle
303-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.4@sha256:5a1a165fa02270f0a947d8a2131ee9d8be0b8e9d34123828c2bef589e504ee84
304-
- name: kind
305-
value: task
306-
resolver: bundles
307-
when:
308-
- input: $(params.skip-checks)
309-
operator: in
310-
values: [ "false" ]
311-
312292
- name: clair-scan
313293
params:
314294
- name: image-digest

0 commit comments

Comments
 (0)