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/redhat-appstudio/tools docker digest to 5c76e04 #1569

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/generate-odcs-compose/0.1/generate-odcs-compose.yaml
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:e40b1a613f930726f9e958a5293bc09a4136d682d04cddaad3a793472faad9fe
image: quay.io/redhat-appstudio/tools@sha256:5c76e040c18e8d8b1cb608c7fe1bca2bd3c8cb9adfd790388589761660ccadf8
env:
- name: CLIENT_ID
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion task/generate-odcs-compose/0.2/generate-odcs-compose.yaml
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:e40b1a613f930726f9e958a5293bc09a4136d682d04cddaad3a793472faad9fe
image: quay.io/redhat-appstudio/tools@sha256:5c76e040c18e8d8b1cb608c7fe1bca2bd3c8cb9adfd790388589761660ccadf8
env:
- name: CLIENT_ID
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion 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:e40b1a613f930726f9e958a5293bc09a4136d682d04cddaad3a793472faad9fe
image: quay.io/redhat-appstudio/tools@sha256:5c76e040c18e8d8b1cb608c7fe1bca2bd3c8cb9adfd790388589761660ccadf8
volumeMounts:
- name: workdir
mountPath: "$(params.workdir)"
Expand Down
2 changes: 1 addition & 1 deletion 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:e40b1a613f930726f9e958a5293bc09a4136d682d04cddaad3a793472faad9fe
image: quay.io/redhat-appstudio/tools@sha256:5c76e040c18e8d8b1cb608c7fe1bca2bd3c8cb9adfd790388589761660ccadf8
volumeMounts:
- name: workdir
mountPath: "$(params.workdir)"
Expand Down
Loading