File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
pipeline : " 2h"
13
13
params :
14
14
- 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
16
16
- name : builder-image
17
17
value : registry.access.redhat.com/ubi9/buildah:9.0.0-19@sha256:c8b1d312815452964885680fc5bc8d99b3bfe9b6961228c71a09c72ca8e915eb
18
18
- name : dockerfile
24
24
- name : event_type
25
25
value : " {{ event_type }}"
26
26
- name : registry-url
27
- value : " quay.io/redhat-appstudio "
27
+ value : " quay.io/konflux-ci "
28
28
- name : registry-username
29
29
value : " {{ registry_username }}"
30
30
- name : registry-password
@@ -119,7 +119,7 @@ spec:
119
119
kind : ClusterTask
120
120
params :
121
121
- 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)"
123
123
- name : BUILDER_IMAGE
124
124
value : $(params.builder-image)
125
125
- name : DOCKERFILE
@@ -130,13 +130,13 @@ spec:
130
130
taskSpec :
131
131
steps :
132
132
- 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)
134
134
script : |
135
135
#!/usr/bin/env bash
136
136
echo "See current version of Clair below:"
137
137
clair-action --version
138
138
- 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)
140
140
script : |
141
141
#!/usr/bin/env bash
142
142
echo "Test real life usage of Clair"
You can’t perform that action at this time.
0 commit comments