Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update quay.io/konflux-ci/yq:latest docker digest to 7550426 #1582

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion task/build-vm-image/0.1/build-vm-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: validate-bib-config
image: quay.io/konflux-ci/yq:latest@sha256:4ce1f9431020387eb6c33a28a46e079b0c28b97f916243d150e70a09e41ce6b4
image: quay.io/konflux-ci/yq:latest@sha256:7550426baf6d7371f1591666d4dd8fda441aa010afe22d003606b9a9140d7888
script: |-
#!/bin/bash
set -o verbose
Expand Down
2 changes: 1 addition & 1 deletion task/generate-labels/0.1/generate-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
type: array
steps:
- name: render
image: quay.io/konflux-ci/yq:latest@sha256:4ce1f9431020387eb6c33a28a46e079b0c28b97f916243d150e70a09e41ce6b4
image: quay.io/konflux-ci/yq:latest@sha256:7550426baf6d7371f1591666d4dd8fda441aa010afe22d003606b9a9140d7888
env:
- name: SOURCE_DATE_EPOCH
value: "$(params.source-date-epoch)"
Expand Down
6 changes: 3 additions & 3 deletions task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: prepare
image: quay.io/konflux-ci/yq:latest@sha256:4ce1f9431020387eb6c33a28a46e079b0c28b97f916243d150e70a09e41ce6b4
image: quay.io/konflux-ci/yq:latest@sha256:7550426baf6d7371f1591666d4dd8fda441aa010afe22d003606b9a9140d7888
workingDir: /var/workdir
script: |
#!/bin/bash
Expand Down Expand Up @@ -288,7 +288,7 @@ spec:
add:
- SETFCAP
- name: sbom-generate
image: quay.io/konflux-ci/yq:latest@sha256:4ce1f9431020387eb6c33a28a46e079b0c28b97f916243d150e70a09e41ce6b4
image: quay.io/konflux-ci/yq:latest@sha256:7550426baf6d7371f1591666d4dd8fda441aa010afe22d003606b9a9140d7888
workingDir: /var/workdir
script: |
#!/bin/bash
Expand Down Expand Up @@ -320,7 +320,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:4ce1f9431020387eb6c33a28a46e079b0c28b97f916243d150e70a09e41ce6b4
image: quay.io/konflux-ci/yq:latest@sha256:7550426baf6d7371f1591666d4dd8fda441aa010afe22d003606b9a9140d7888
workingDir: /var/workdir
script: |
#!/bin/bash
Expand Down
6 changes: 3 additions & 3 deletions task/oci-copy/0.1/oci-copy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
value: $(params.IMAGE)
steps:
- name: prepare
image: quay.io/konflux-ci/yq:latest@sha256:4ce1f9431020387eb6c33a28a46e079b0c28b97f916243d150e70a09e41ce6b4
image: quay.io/konflux-ci/yq:latest@sha256:7550426baf6d7371f1591666d4dd8fda441aa010afe22d003606b9a9140d7888
script: |
#!/bin/bash
set -eu
Expand Down Expand Up @@ -268,7 +268,7 @@ spec:
name: varlibcontainers
workingDir: $(workspaces.source.path)
- name: sbom-generate
image: quay.io/konflux-ci/yq:latest@sha256:4ce1f9431020387eb6c33a28a46e079b0c28b97f916243d150e70a09e41ce6b4
image: quay.io/konflux-ci/yq:latest@sha256:7550426baf6d7371f1591666d4dd8fda441aa010afe22d003606b9a9140d7888
script: |
#!/bin/bash
cat >sbom-cyclonedx.json <<EOL
Expand Down Expand Up @@ -300,7 +300,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:4ce1f9431020387eb6c33a28a46e079b0c28b97f916243d150e70a09e41ce6b4
image: quay.io/konflux-ci/yq:latest@sha256:7550426baf6d7371f1591666d4dd8fda441aa010afe22d003606b9a9140d7888
script: |
#!/bin/bash
REPO=${IMAGE%:*}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: sanitize-cachi2-config-file-with-yq
image: quay.io/konflux-ci/yq:latest@sha256:4ce1f9431020387eb6c33a28a46e079b0c28b97f916243d150e70a09e41ce6b4
image: quay.io/konflux-ci/yq:latest@sha256:7550426baf6d7371f1591666d4dd8fda441aa010afe22d003606b9a9140d7888
script: |
if [ -n "${CONFIG_FILE_CONTENT}" ]; then
# we need to drop 'goproxy_url' for safety reasons until cachi2 decides what the SBOM
Expand Down
2 changes: 1 addition & 1 deletion task/prefetch-dependencies/0.1/prefetch-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:

steps:
- name: sanitize-cachi2-config-file-with-yq
image: quay.io/konflux-ci/yq:latest@sha256:4ce1f9431020387eb6c33a28a46e079b0c28b97f916243d150e70a09e41ce6b4
image: quay.io/konflux-ci/yq:latest@sha256:7550426baf6d7371f1591666d4dd8fda441aa010afe22d003606b9a9140d7888
script: |
if [ -n "${CONFIG_FILE_CONTENT}" ]
then
Expand Down
Loading