File tree Expand file tree Collapse file tree 33 files changed +38
-38
lines changed
coverity-availability-check/0.1
coverity-availability-check-oci-ta/0.1
fbc-related-image-check/0.1
sast-shell-check-oci-ta/0.1
sast-unicode-check-oci-ta/0.1
task-generator/trusted-artifacts/golden/sast-snyk-check Expand file tree Collapse file tree 33 files changed +38
-38
lines changed Original file line number Diff line number Diff line change 95
95
},
96
96
{
97
97
"matchPackageNames" : [
98
- " quay.io/redhat-appstudio /konflux-test" ,
98
+ " quay.io/konflux-ci /konflux-test" ,
99
99
" quay.io/redhat-appstudio/clair-in-ci" ,
100
100
" quay.io/konflux-ci/clamav-db"
101
101
],
Original file line number Diff line number Diff line change 28
28
optional : true
29
29
steps :
30
30
- name : sast-snyk-check
31
- image : quay.io/redhat-appstudio /konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea
31
+ image : quay.io/konflux-ci /konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea
32
32
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
33
33
# the cluster will set imagePullPolicy to IfNotPresent
34
34
workingDir : $(workspaces.workspace.path)/hacbs/$(context.task.name)
Original file line number Diff line number Diff line change 63
63
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
64
64
- $(params.CACHI2_ARTIFACT)=/var/workdir/cachi2
65
65
- name : sast-snyk-check
66
- image : quay.io/redhat-appstudio /konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea
66
+ image : quay.io/konflux-ci /konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea
67
67
workingDir : /var/workdir/source
68
68
volumeMounts :
69
69
- name : snyk-secret
Original file line number Diff line number Diff line change 42
42
readOnly : true
43
43
steps :
44
44
- name : get-image-manifests
45
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
45
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
46
46
# the clair-in-ci image neither has skopeo or jq installed. Hence, we create an extra step to get the image manifest digests
47
47
computeResources :
48
48
limits :
@@ -123,7 +123,7 @@ spec:
123
123
images_processed=$(echo "${images_processed_template/\[%s]/[$digests_processed_string]}")
124
124
echo "$images_processed" > /tekton/home/images-processed.json
125
125
- name : conftest-vulnerabilities
126
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
126
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
127
127
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
128
128
# the cluster will set imagePullPolicy to IfNotPresent
129
129
computeResources :
Original file line number Diff line number Diff line change 44
44
readOnly : true
45
45
steps :
46
46
- name : get-image-manifests
47
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
47
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
48
48
# the clair-in-ci image neither has skopeo or jq installed. Hence, we create an extra step to get the image manifest digests
49
49
computeResources :
50
50
limits :
@@ -179,7 +179,7 @@ spec:
179
179
done
180
180
echo "${reports_json}" > reports.json
181
181
- name : conftest-vulnerabilities
182
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
182
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
183
183
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
184
184
# the cluster will set imagePullPolicy to IfNotPresent
185
185
computeResources :
Original file line number Diff line number Diff line change 34
34
35
35
steps :
36
36
- name : extract-and-scan-image
37
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
37
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
38
38
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
39
39
# the cluster will set imagePullPolicy to IfNotPresent
40
40
workingDir : /work
Original file line number Diff line number Diff line change 57
57
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
58
58
- $(params.CACHI2_ARTIFACT)=/var/workdir/cachi2
59
59
- name : coverity-availability-check
60
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
60
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
61
61
workingDir : /var/workdir/source
62
62
volumeMounts :
63
63
- mountPath : /etc/secrets/cov
Original file line number Diff line number Diff line change 33
33
optional : true
34
34
steps :
35
35
- name : coverity-availability-check
36
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
36
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
37
37
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
38
38
# the cluster will set imagePullPolicy to IfNotPresent
39
39
workingDir : $(workspaces.workspace.path)/hacbs/$(context.task.name)
Original file line number Diff line number Diff line change 31
31
steps :
32
32
# Download Pyxis metadata about the image
33
33
- name : query-pyxis
34
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
34
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
35
35
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
36
36
# the cluster will set imagePullPolicy to IfNotPresent
37
37
env :
61
61
62
62
# Run the tests and save output
63
63
- name : run-conftest
64
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
64
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
65
65
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
66
66
# the cluster will set imagePullPolicy to IfNotPresent
67
67
env :
Original file line number Diff line number Diff line change 31
31
steps :
32
32
# Download Pyxis metadata about the image
33
33
- name : query-pyxis
34
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
34
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
35
35
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
36
36
# the cluster will set imagePullPolicy to IfNotPresent
37
37
env :
61
61
62
62
# Run the tests and save output
63
63
- name : run-conftest
64
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
64
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
65
65
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
66
66
# the cluster will set imagePullPolicy to IfNotPresent
67
67
env :
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : check-images
32
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
32
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
33
33
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
34
34
# the cluster will set imagePullPolicy to IfNotPresent
35
35
env :
Original file line number Diff line number Diff line change 42
42
43
43
steps :
44
44
- name : check-images
45
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
45
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
46
46
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
47
47
# the cluster will set imagePullPolicy to IfNotPresent
48
48
env :
Original file line number Diff line number Diff line change 18
18
- name : workspace
19
19
steps :
20
20
- name : check-related-images
21
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
21
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
22
22
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
23
23
# the cluster will set imagePullPolicy to IfNotPresent
24
24
workingDir : $(workspaces.workspace.path)/hacbs/$(context.task.name)
Original file line number Diff line number Diff line change 25
25
- name : workspace
26
26
steps :
27
27
- name : extract-and-check-binaries
28
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
28
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
29
29
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
30
30
# the cluster will set imagePullPolicy to IfNotPresent
31
31
workingDir : $(workspaces.workspace.path)/hacbs/$(context.task.name)
Original file line number Diff line number Diff line change 34
34
- name : source
35
35
steps :
36
36
- name : inspect-image
37
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
37
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
38
38
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
39
39
# the cluster will set imagePullPolicy to IfNotPresent
40
40
workingDir : $(workspaces.source.path)/hacbs/$(context.task.name)
Original file line number Diff line number Diff line change 76
76
--fail-unsigned "${FAIL_UNSIGNED}" \
77
77
--workdir "${WORKDIR}" \
78
78
- name : output-results
79
- image : quay.io/redhat-appstudio /konflux-test:v1.4.9@sha256:eee855e60b437d9a55a30e63f2eb7f95d9fd6d3b111c32cac8730c9b7a071394
79
+ image : quay.io/konflux-ci /konflux-test:v1.4.9@sha256:eee855e60b437d9a55a30e63f2eb7f95d9fd6d3b111c32cac8730c9b7a071394
80
80
volumeMounts :
81
81
- name : workdir
82
82
mountPath : " $(params.workdir)"
Original file line number Diff line number Diff line change 69
69
--image-digest "${IMAGE_DIGEST}" \
70
70
--workdir "${WORKDIR}" \
71
71
- name : output-results
72
- image : quay.io/redhat-appstudio /konflux-test:v1.4.9@sha256:eee855e60b437d9a55a30e63f2eb7f95d9fd6d3b111c32cac8730c9b7a071394
72
+ image : quay.io/konflux-ci /konflux-test:v1.4.9@sha256:eee855e60b437d9a55a30e63f2eb7f95d9fd6d3b111c32cac8730c9b7a071394
73
73
volumeMounts :
74
74
- name : workdir
75
75
mountPath : " $(params.workdir)"
Original file line number Diff line number Diff line change 84
84
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
85
85
- $(params.CACHI2_ARTIFACT)=/var/workdir/cachi2
86
86
- name : sast-shell-check
87
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:57816753b74ed989771b7cddc1994bc1fa9f4fd454b08bcc97acf2fa718e8c1b
87
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:57816753b74ed989771b7cddc1994bc1fa9f4fd454b08bcc97acf2fa718e8c1b
88
88
workingDir : /var/workdir/source
89
89
env :
90
90
- name : KFP_GIT_URL
Original file line number Diff line number Diff line change 62
62
optional : true
63
63
steps :
64
64
- name : sast-shell-check
65
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:57816753b74ed989771b7cddc1994bc1fa9f4fd454b08bcc97acf2fa718e8c1b
65
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:57816753b74ed989771b7cddc1994bc1fa9f4fd454b08bcc97acf2fa718e8c1b
66
66
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
67
67
# the cluster will set imagePullPolicy to IfNotPresent
68
68
workingDir : $(workspaces.workspace.path)/hacbs/$(context.task.name)
Original file line number Diff line number Diff line change 58
58
- use
59
59
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
60
60
- name : sast-snyk-check
61
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
61
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
62
62
workingDir : /var/workdir/source
63
63
volumeMounts :
64
64
- mountPath : /etc/secrets
Original file line number Diff line number Diff line change 64
64
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
65
65
- $(params.CACHI2_ARTIFACT)=/var/workdir/cachi2
66
66
- name : sast-snyk-check
67
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
67
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
68
68
workingDir : /var/workdir/source
69
69
volumeMounts :
70
70
- mountPath : /etc/secrets
Original file line number Diff line number Diff line change 95
95
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
96
96
- $(params.CACHI2_ARTIFACT)=/var/workdir/cachi2
97
97
- name : sast-snyk-check
98
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
98
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
99
99
workingDir : /var/workdir/source
100
100
volumeMounts :
101
101
- mountPath : /etc/secrets
Original file line number Diff line number Diff line change 38
38
optional : true
39
39
steps :
40
40
- name : sast-snyk-check
41
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
41
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
42
42
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
43
43
# the cluster will set imagePullPolicy to IfNotPresent
44
44
workingDir : $(workspaces.workspace.path)/hacbs/$(context.task.name)
Original file line number Diff line number Diff line change 38
38
optional : true
39
39
steps :
40
40
- name : sast-snyk-check
41
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
41
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
42
42
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
43
43
# the cluster will set imagePullPolicy to IfNotPresent
44
44
workingDir : $(workspaces.workspace.path)/hacbs/$(context.task.name)
Original file line number Diff line number Diff line change 71
71
optional : true
72
72
steps :
73
73
- name : sast-snyk-check
74
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
74
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
75
75
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
76
76
# the cluster will set imagePullPolicy to IfNotPresent
77
77
workingDir : $(workspaces.workspace.path)/hacbs/$(context.task.name)
Original file line number Diff line number Diff line change 82
82
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
83
83
- $(params.CACHI2_ARTIFACT)=/var/workdir/cachi2
84
84
- name : sast-unicode-check
85
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
85
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
86
86
workingDir : /var/workdir/source
87
87
volumeMounts :
88
88
- mountPath : /mnt/trusted-ca
Original file line number Diff line number Diff line change 59
59
optional : true
60
60
steps :
61
61
- name : sast-unicode-check
62
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
62
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
63
63
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
64
64
# the cluster will set imagePullPolicy to IfNotPresent
65
65
workingDir : $(workspaces.workspace.path)/hacbs/$(context.task.name)
Original file line number Diff line number Diff line change 30
30
name : IMAGES_PROCESSED
31
31
steps :
32
32
- name : sbom-json-check
33
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
33
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
34
34
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
35
35
# the cluster will set imagePullPolicy to IfNotPresent
36
36
securityContext :
Original file line number Diff line number Diff line change 30
30
name : IMAGES_PROCESSED
31
31
steps :
32
32
- name : sbom-json-check
33
- image : quay.io/redhat-appstudio /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
33
+ image : quay.io/konflux-ci /konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
34
34
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
35
35
# the cluster will set imagePullPolicy to IfNotPresent
36
36
securityContext :
Original file line number Diff line number Diff line change 59
59
- use
60
60
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
61
61
- name : modify-task-files
62
- image : quay.io/redhat-appstudio /konflux-test:latest@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
62
+ image : quay.io/konflux-ci /konflux-test:latest@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
63
63
workingDir : /var/workdir/source
64
64
env :
65
65
- name : CONTEXT
Original file line number Diff line number Diff line change 41
41
- name : TASK_FILE
42
42
value : tekton_task_files
43
43
steps :
44
- - image : quay.io/redhat-appstudio /konflux-test:latest@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
44
+ - image : quay.io/konflux-ci /konflux-test:latest@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
45
45
name : modify-task-files
46
46
env :
47
47
- name : CONTEXT
Original file line number Diff line number Diff line change 53
53
name : workdir
54
54
steps :
55
55
- name : inspect-image
56
- image : quay.io/redhat-appstudio /konflux-test:v1.4.7@sha256:cf6808a3bd605630a5d9f20595ff7c43f8645c00381219d32f5a11e88fe37072
56
+ image : quay.io/konflux-ci /konflux-test:v1.4.7@sha256:cf6808a3bd605630a5d9f20595ff7c43f8645c00381219d32f5a11e88fe37072
57
57
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
58
58
# the cluster will set imagePullPolicy to IfNotPresent
59
59
workingDir : /var/workdir/inspect-image
@@ -183,7 +183,7 @@ spec:
183
183
184
184
note="Step inspect-image completed: Check inspected JSON files under /var/workdir/inspect-image."
185
185
- name : extract-and-validate
186
- image : quay.io/redhat-appstudio /konflux-test:v1.4.5@sha256:801a105ba0f9c7f58f5ba5cde1a3b4404009fbebb1028779ca2c5de211e94940
186
+ image : quay.io/konflux-ci /konflux-test:v1.4.5@sha256:801a105ba0f9c7f58f5ba5cde1a3b4404009fbebb1028779ca2c5de211e94940
187
187
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
188
188
# the cluster will set imagePullPolicy to IfNotPresent
189
189
workingDir : /var/workdir/extract-and-validate
Original file line number Diff line number Diff line change 48
48
--workdir "${WORKDIR}" \
49
49
--status-path "${WORKDIR}"/status
50
50
- name : output-results
51
- image : quay.io/redhat-appstudio /konflux-test:v1.4.9@sha256:eee855e60b437d9a55a30e63f2eb7f95d9fd6d3b111c32cac8730c9b7a071394
51
+ image : quay.io/konflux-ci /konflux-test:v1.4.9@sha256:eee855e60b437d9a55a30e63f2eb7f95d9fd6d3b111c32cac8730c9b7a071394
52
52
volumeMounts :
53
53
- name : workdir
54
54
mountPath : " $(params.WORKDIR)"
You can’t perform that action at this time.
0 commit comments