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

tekton-tools update #1779

Merged
merged 4 commits into from
Dec 22, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
description: Directory to write the result .repo files.
steps:
- name: generate-odcs-compose
image: quay.io/redhat-appstudio/tools@sha256:a66737d174ecf43a95e29670bbc6a5598d2279a087eb3624e32bf0b0b62011d7
image: quay.io/redhat-appstudio/tools@sha256:7f0769feed049589b55c654e69a6acf8de6e507725c304eba7ca7712177feb7f
env:
- name: CLIENT_ID
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
description: Directory to write the result .repo files.
steps:
- name: generate-odcs-compose
image: quay.io/redhat-appstudio/tools@sha256:a66737d174ecf43a95e29670bbc6a5598d2279a087eb3624e32bf0b0b62011d7
image: quay.io/redhat-appstudio/tools@sha256:7f0769feed049589b55c654e69a6acf8de6e507725c304eba7ca7712177feb7f
env:
- name: CLIENT_ID
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions task/rpms-signature-scan/0.1/rpms-signature-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
optional: true
steps:
- name: rpms-signature-scan
image: quay.io/redhat-appstudio/tools@sha256:a66737d174ecf43a95e29670bbc6a5598d2279a087eb3624e32bf0b0b62011d7
image: quay.io/redhat-appstudio/tools@sha256:7f0769feed049589b55c654e69a6acf8de6e507725c304eba7ca7712177feb7f
volumeMounts:
- name: workdir
mountPath: "$(params.workdir)"
Expand Down Expand Up @@ -76,7 +76,7 @@ spec:
--fail-unsigned "${FAIL_UNSIGNED}" \
--workdir "${WORKDIR}" \
- name: output-results
image: quay.io/konflux-ci/konflux-test:v1.4.9@sha256:eee855e60b437d9a55a30e63f2eb7f95d9fd6d3b111c32cac8730c9b7a071394
image: quay.io/konflux-ci/konflux-test:v1.4.10@sha256:a9c8deb7582ac15ce0f0df0c7c7f017c33d8f12113c7efa3ed6811fd65e4706f
volumeMounts:
- name: workdir
mountPath: "$(params.workdir)"
Expand Down
4 changes: 2 additions & 2 deletions task/rpms-signature-scan/0.2/rpms-signature-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
optional: true
steps:
- name: rpms-signature-scan
image: quay.io/redhat-appstudio/tools@sha256:a66737d174ecf43a95e29670bbc6a5598d2279a087eb3624e32bf0b0b62011d7
image: quay.io/redhat-appstudio/tools@sha256:7f0769feed049589b55c654e69a6acf8de6e507725c304eba7ca7712177feb7f
volumeMounts:
- name: workdir
mountPath: "$(params.workdir)"
Expand All @@ -69,7 +69,7 @@ spec:
--image-digest "${IMAGE_DIGEST}" \
--workdir "${WORKDIR}" \
- name: output-results
image: quay.io/konflux-ci/konflux-test:v1.4.9@sha256:eee855e60b437d9a55a30e63f2eb7f95d9fd6d3b111c32cac8730c9b7a071394
image: quay.io/konflux-ci/konflux-test:v1.4.10@sha256:a9c8deb7582ac15ce0f0df0c7c7f017c33d8f12113c7efa3ed6811fd65e4706f
volumeMounts:
- name: workdir
mountPath: "$(params.workdir)"
Expand Down
Loading