Skip to content

Commit 4e24be2

Browse files
committed
feat(STONEINTG-948): migrate redhat-appstudio/clair-in-ci
Update references to redhat-appstudio quay org to reflect move to konflux-ci. Signed-off-by: Josh Everett <[email protected]>
1 parent fd8a2c1 commit 4e24be2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.tekton/build_and_trigger.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
pipeline: "2h"
1313
params:
1414
- name: output-image
15-
value: quay.io/redhat-appstudio/clair-in-ci:to_test
15+
value: quay.io/konflux-ci/clair-in-ci:to_test
1616
- name: builder-image
1717
value: registry.access.redhat.com/ubi9/buildah:9.0.0-19@sha256:c8b1d312815452964885680fc5bc8d99b3bfe9b6961228c71a09c72ca8e915eb
1818
- name: dockerfile
@@ -24,7 +24,7 @@ spec:
2424
- name: event_type
2525
value: "{{ event_type }}"
2626
- name: registry-url
27-
value: "quay.io/redhat-appstudio"
27+
value: "quay.io/konflux-ci"
2828
- name: registry-username
2929
value: "{{ registry_username }}"
3030
- name: registry-password
@@ -119,7 +119,7 @@ spec:
119119
kind: ClusterTask
120120
params:
121121
- name: IMAGE
122-
value: "quay.io/redhat-appstudio/clair-in-ci:$(tasks.calculate-tag.results.image_tag)"
122+
value: "quay.io/konflux-ci/clair-in-ci:$(tasks.calculate-tag.results.image_tag)"
123123
- name: BUILDER_IMAGE
124124
value: $(params.builder-image)
125125
- name: DOCKERFILE
@@ -130,13 +130,13 @@ spec:
130130
taskSpec:
131131
steps:
132132
- name: test-clair-version
133-
image: quay.io/redhat-appstudio/clair-in-ci:$(tasks.calculate-tag.results.image_tag)
133+
image: quay.io/konflux-ci/clair-in-ci:$(tasks.calculate-tag.results.image_tag)
134134
script: |
135135
#!/usr/bin/env bash
136136
echo "See current version of Clair below:"
137137
clair-action --version
138138
- name: get-clair-output
139-
image: quay.io/redhat-appstudio/clair-in-ci:$(tasks.calculate-tag.results.image_tag)
139+
image: quay.io/konflux-ci/clair-in-ci:$(tasks.calculate-tag.results.image_tag)
140140
script: |
141141
#!/usr/bin/env bash
142142
echo "Test real life usage of Clair"

0 commit comments

Comments
 (0)