From 0d78b802dbe113739f32f66c0bfb6cfb1596dff7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:37:56 +0000 Subject: [PATCH] chore(deps): update oci-copy --- task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml | 8 ++++---- task/oci-copy/0.1/oci-copy.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml b/task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml index c6daaf6753..92f17e186e 100644 --- a/task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml +++ b/task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml @@ -71,7 +71,7 @@ spec: - use - $(params.SOURCE_ARTIFACT)=/var/workdir/source - name: prepare - image: quay.io/konflux-ci/yq:latest@sha256:93bb15cff64b708263055a5814b24a0b450d8724b86a7e5206396f25d81fcc21 + image: quay.io/konflux-ci/yq:latest@sha256:4ea9ee652a035c341d00424ff6ebaf757f4b9391e016d3fdb542981bf0f537ef workingDir: /var/workdir script: | #!/bin/bash @@ -100,7 +100,7 @@ spec: cat "/var/workdir/vars/$filename" done - name: oci-copy - image: quay.io/konflux-ci/oras:latest@sha256:c68c23fe7bb1ba9fc335192761ea94fc2c9beb701f3c205890581ff62fd38d80 + image: quay.io/konflux-ci/oras:latest@sha256:30d2037fa58653e9849a4ba60a69666dfca9b80a6807bbafd2dd5206c279a061 workingDir: /var/workdir volumeMounts: - mountPath: /var/lib/containers @@ -294,7 +294,7 @@ spec: add: - SETFCAP - name: sbom-generate - image: quay.io/konflux-ci/yq:latest@sha256:93bb15cff64b708263055a5814b24a0b450d8724b86a7e5206396f25d81fcc21 + image: quay.io/konflux-ci/yq:latest@sha256:4ea9ee652a035c341d00424ff6ebaf757f4b9391e016d3fdb542981bf0f537ef workingDir: /var/workdir script: | #!/bin/bash @@ -332,7 +332,7 @@ spec: script: | cosign attach sbom --sbom sbom-cyclonedx.json --type cyclonedx "$(cat "$(results.IMAGE_REF.path)")" - name: report-sbom-url - image: quay.io/konflux-ci/yq:latest@sha256:93bb15cff64b708263055a5814b24a0b450d8724b86a7e5206396f25d81fcc21 + image: quay.io/konflux-ci/yq:latest@sha256:4ea9ee652a035c341d00424ff6ebaf757f4b9391e016d3fdb542981bf0f537ef workingDir: /var/workdir script: | #!/bin/bash diff --git a/task/oci-copy/0.1/oci-copy.yaml b/task/oci-copy/0.1/oci-copy.yaml index e8e91ad419..98b32ebfaf 100644 --- a/task/oci-copy/0.1/oci-copy.yaml +++ b/task/oci-copy/0.1/oci-copy.yaml @@ -51,7 +51,7 @@ spec: value: $(params.IMAGE) steps: - name: prepare - image: quay.io/konflux-ci/yq:latest@sha256:93bb15cff64b708263055a5814b24a0b450d8724b86a7e5206396f25d81fcc21 + image: quay.io/konflux-ci/yq:latest@sha256:4ea9ee652a035c341d00424ff6ebaf757f4b9391e016d3fdb542981bf0f537ef script: | #!/bin/bash set -eu @@ -80,7 +80,7 @@ spec: done workingDir: $(workspaces.source.path) - name: oci-copy - image: quay.io/konflux-ci/oras:latest@sha256:c68c23fe7bb1ba9fc335192761ea94fc2c9beb701f3c205890581ff62fd38d80 + image: quay.io/konflux-ci/oras:latest@sha256:30d2037fa58653e9849a4ba60a69666dfca9b80a6807bbafd2dd5206c279a061 computeResources: limits: memory: 1Gi @@ -274,7 +274,7 @@ spec: name: varlibcontainers workingDir: $(workspaces.source.path) - name: sbom-generate - image: quay.io/konflux-ci/yq:latest@sha256:93bb15cff64b708263055a5814b24a0b450d8724b86a7e5206396f25d81fcc21 + image: quay.io/konflux-ci/yq:latest@sha256:4ea9ee652a035c341d00424ff6ebaf757f4b9391e016d3fdb542981bf0f537ef script: | #!/bin/bash cat >sbom-cyclonedx.json <