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 build #1783

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/buildah-rhtap/0.1/buildah-rhtap.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: tekton.dev/v1

Check warning on line 1 in task/buildah-rhtap/0.1/buildah-rhtap.yaml

View workflow job for this annotation

GitHub Actions / Check Trusted Artifact variants

TODO: Task needs a Trusted Artifacts variant created
kind: Task
metadata:
labels:
Expand Down Expand Up @@ -144,7 +144,7 @@
name: tmpfiles

- name: merge-sboms
image: registry.access.redhat.com/ubi8/python-311@sha256:e61de96a78dc883686a8b6f5ce27e00342801947cad48207ea7cf9cf06da1f1e
image: registry.access.redhat.com/ubi8/python-311@sha256:ed5206776ac1e41e553fc6d0bedec4b4f471674b6fb3c1844fd95be97e728113
env:
- name: RESULT_PATH
value: $(results.SBOM_BLOB_URL.path)
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:99fb3254efcfd6a96977bcda12b4b74b872831f524e02938f9fa0d4ae797ffe2
image: quay.io/konflux-ci/yq:latest@sha256:3a1b484904c6125f442926e978aad2e7205f314d77a27863e811dd3309b6b2cd
env:
- name: SOURCE_DATE_EPOCH
value: "$(params.source-date-epoch)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: sanitize-cachi2-config-file-with-yq
image: quay.io/konflux-ci/yq:latest@sha256:99fb3254efcfd6a96977bcda12b4b74b872831f524e02938f9fa0d4ae797ffe2
image: quay.io/konflux-ci/yq:latest@sha256:3a1b484904c6125f442926e978aad2e7205f314d77a27863e811dd3309b6b2cd
script: |
if [ -n "${CONFIG_FILE_CONTENT}" ]; then
# we need to drop 'goproxy_url' for safety reasons until cachi2 decides what the SBOM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
name: shared
steps:
- name: sanitize-cachi2-config-file-with-yq
image: quay.io/konflux-ci/yq:latest@sha256:99fb3254efcfd6a96977bcda12b4b74b872831f524e02938f9fa0d4ae797ffe2
image: quay.io/konflux-ci/yq:latest@sha256:3a1b484904c6125f442926e978aad2e7205f314d77a27863e811dd3309b6b2cd
script: |
if [ -n "${CONFIG_FILE_CONTENT}" ]
then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: push
image: quay.io/konflux-ci/oras:latest@sha256:d164490b5cbd38dcd819898cd3f5b73b64d2e3334cb2ddc728f49945207e2706
image: quay.io/konflux-ci/oras:latest@sha256:b118bceefe8110d1965742ef4818fb51d2da4493c40ad99107a09b30f5c353f8
workingDir: /var/workdir
env:
- name: IMAGE
Expand Down
2 changes: 1 addition & 1 deletion task/push-dockerfile/0.1/push-dockerfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
description: Digest-pinned image reference to the Dockerfile image.
steps:
- name: push
image: quay.io/konflux-ci/oras:latest@sha256:d164490b5cbd38dcd819898cd3f5b73b64d2e3334cb2ddc728f49945207e2706
image: quay.io/konflux-ci/oras:latest@sha256:b118bceefe8110d1965742ef4818fb51d2da4493c40ad99107a09b30f5c353f8
workingDir: $(workspaces.workspace.path)
env:
- name: IMAGE
Expand Down
Loading