Skip to content

Commit 5b0c77d

Browse files
committed
feat(STONEINTG-946): migrate redhat-appstudio/konflux-test
Update references to redhat-appstudio quay repo to reflect move to konflux-ci org. Konflux-test image v1.14 used by numerous checks has additionally been relocated to new repo to maintain functionality. Signed-off-by: Josh Everett <[email protected]>
1 parent 5f0fc78 commit 5b0c77d

File tree

33 files changed

+38
-38
lines changed

33 files changed

+38
-38
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
},
9696
{
9797
"matchPackageNames": [
98-
"quay.io/redhat-appstudio/konflux-test",
98+
"quay.io/konflux-ci/konflux-test",
9999
"quay.io/redhat-appstudio/clair-in-ci",
100100
"quay.io/konflux-ci/clamav-db"
101101
],

task-generator/trusted-artifacts/golden/sast-snyk-check/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
optional: true
2929
steps:
3030
- 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
3232
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
3333
# the cluster will set imagePullPolicy to IfNotPresent
3434
workingDir: $(workspaces.workspace.path)/hacbs/$(context.task.name)

task-generator/trusted-artifacts/golden/sast-snyk-check/ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
6464
- $(params.CACHI2_ARTIFACT)=/var/workdir/cachi2
6565
- 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
6767
workingDir: /var/workdir/source
6868
volumeMounts:
6969
- name: snyk-secret

task/clair-scan/0.1/clair-scan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
readOnly: true
4343
steps:
4444
- 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
4646
# the clair-in-ci image neither has skopeo or jq installed. Hence, we create an extra step to get the image manifest digests
4747
computeResources:
4848
limits:
@@ -123,7 +123,7 @@ spec:
123123
images_processed=$(echo "${images_processed_template/\[%s]/[$digests_processed_string]}")
124124
echo "$images_processed" > /tekton/home/images-processed.json
125125
- 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
127127
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
128128
# the cluster will set imagePullPolicy to IfNotPresent
129129
computeResources:

task/clair-scan/0.2/clair-scan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
readOnly: true
4545
steps:
4646
- 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
4848
# the clair-in-ci image neither has skopeo or jq installed. Hence, we create an extra step to get the image manifest digests
4949
computeResources:
5050
limits:
@@ -179,7 +179,7 @@ spec:
179179
done
180180
echo "${reports_json}" > reports.json
181181
- 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
183183
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
184184
# the cluster will set imagePullPolicy to IfNotPresent
185185
computeResources:

task/clamav-scan/0.1/clamav-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434

3535
steps:
3636
- 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
3838
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
3939
# the cluster will set imagePullPolicy to IfNotPresent
4040
workingDir: /work

task/coverity-availability-check-oci-ta/0.1/coverity-availability-check-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
5858
- $(params.CACHI2_ARTIFACT)=/var/workdir/cachi2
5959
- 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
6161
workingDir: /var/workdir/source
6262
volumeMounts:
6363
- mountPath: /etc/secrets/cov

task/coverity-availability-check/0.1/coverity-availability-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
optional: true
3434
steps:
3535
- 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
3737
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
3838
# the cluster will set imagePullPolicy to IfNotPresent
3939
workingDir: $(workspaces.workspace.path)/hacbs/$(context.task.name)

task/deprecated-image-check/0.1/deprecated-image-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
steps:
3232
# Download Pyxis metadata about the image
3333
- 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
3535
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
3636
# the cluster will set imagePullPolicy to IfNotPresent
3737
env:
@@ -61,7 +61,7 @@ spec:
6161
6262
# Run the tests and save output
6363
- 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
6565
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
6666
# the cluster will set imagePullPolicy to IfNotPresent
6767
env:

task/deprecated-image-check/0.2/deprecated-image-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
steps:
3232
# Download Pyxis metadata about the image
3333
- 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
3535
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
3636
# the cluster will set imagePullPolicy to IfNotPresent
3737
env:
@@ -61,7 +61,7 @@ spec:
6161
6262
# Run the tests and save output
6363
- 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
6565
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
6666
# the cluster will set imagePullPolicy to IfNotPresent
6767
env:

task/deprecated-image-check/0.3/deprecated-image-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929

3030
steps:
3131
- 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
3333
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
3434
# the cluster will set imagePullPolicy to IfNotPresent
3535
env:

task/deprecated-image-check/0.4/deprecated-image-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242

4343
steps:
4444
- 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
4646
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
4747
# the cluster will set imagePullPolicy to IfNotPresent
4848
env:

task/fbc-related-image-check/0.1/fbc-related-image-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
- name: workspace
1919
steps:
2020
- 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
2222
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
2323
# the cluster will set imagePullPolicy to IfNotPresent
2424
workingDir: $(workspaces.workspace.path)/hacbs/$(context.task.name)

task/fbc-validation/0.1/fbc-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
- name: workspace
2626
steps:
2727
- 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
2929
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
3030
# the cluster will set imagePullPolicy to IfNotPresent
3131
workingDir: $(workspaces.workspace.path)/hacbs/$(context.task.name)

task/inspect-image/0.1/inspect-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
- name: source
3535
steps:
3636
- 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
3838
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
3939
# the cluster will set imagePullPolicy to IfNotPresent
4040
workingDir: $(workspaces.source.path)/hacbs/$(context.task.name)

task/rpms-signature-scan/0.1/rpms-signature-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ spec:
7676
--fail-unsigned "${FAIL_UNSIGNED}" \
7777
--workdir "${WORKDIR}" \
7878
- 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
8080
volumeMounts:
8181
- name: workdir
8282
mountPath: "$(params.workdir)"

task/rpms-signature-scan/0.2/rpms-signature-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
--image-digest "${IMAGE_DIGEST}" \
7070
--workdir "${WORKDIR}" \
7171
- 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
7373
volumeMounts:
7474
- name: workdir
7575
mountPath: "$(params.workdir)"

task/sast-shell-check-oci-ta/0.1/sast-shell-check-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ spec:
8484
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
8585
- $(params.CACHI2_ARTIFACT)=/var/workdir/cachi2
8686
- 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
8888
workingDir: /var/workdir/source
8989
env:
9090
- name: KFP_GIT_URL

task/sast-shell-check/0.1/sast-shell-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
optional: true
6363
steps:
6464
- 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
6666
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
6767
# the cluster will set imagePullPolicy to IfNotPresent
6868
workingDir: $(workspaces.workspace.path)/hacbs/$(context.task.name)

task/sast-snyk-check-oci-ta/0.1/sast-snyk-check-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
- use
5959
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
6060
- 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
6262
workingDir: /var/workdir/source
6363
volumeMounts:
6464
- mountPath: /etc/secrets

task/sast-snyk-check-oci-ta/0.2/sast-snyk-check-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
6565
- $(params.CACHI2_ARTIFACT)=/var/workdir/cachi2
6666
- 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
6868
workingDir: /var/workdir/source
6969
volumeMounts:
7070
- mountPath: /etc/secrets

task/sast-snyk-check-oci-ta/0.3/sast-snyk-check-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ spec:
9595
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
9696
- $(params.CACHI2_ARTIFACT)=/var/workdir/cachi2
9797
- 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
9999
workingDir: /var/workdir/source
100100
volumeMounts:
101101
- mountPath: /etc/secrets

task/sast-snyk-check/0.1/sast-snyk-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
optional: true
3939
steps:
4040
- 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
4242
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
4343
# the cluster will set imagePullPolicy to IfNotPresent
4444
workingDir: $(workspaces.workspace.path)/hacbs/$(context.task.name)

task/sast-snyk-check/0.2/sast-snyk-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
optional: true
3939
steps:
4040
- 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
4242
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
4343
# the cluster will set imagePullPolicy to IfNotPresent
4444
workingDir: $(workspaces.workspace.path)/hacbs/$(context.task.name)

task/sast-snyk-check/0.3/sast-snyk-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spec:
7171
optional: true
7272
steps:
7373
- 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
7575
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
7676
# the cluster will set imagePullPolicy to IfNotPresent
7777
workingDir: $(workspaces.workspace.path)/hacbs/$(context.task.name)

task/sast-unicode-check-oci-ta/0.1/sast-unicode-check-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ spec:
8282
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
8383
- $(params.CACHI2_ARTIFACT)=/var/workdir/cachi2
8484
- 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
8686
workingDir: /var/workdir/source
8787
volumeMounts:
8888
- mountPath: /mnt/trusted-ca

task/sast-unicode-check/0.1/sast-unicode-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
optional: true
6060
steps:
6161
- 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
6363
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
6464
# the cluster will set imagePullPolicy to IfNotPresent
6565
workingDir: $(workspaces.workspace.path)/hacbs/$(context.task.name)

task/sbom-json-check/0.1/sbom-json-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
name: IMAGES_PROCESSED
3131
steps:
3232
- 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
3434
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
3535
# the cluster will set imagePullPolicy to IfNotPresent
3636
securityContext:

task/sbom-json-check/0.2/sbom-json-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
name: IMAGES_PROCESSED
3131
steps:
3232
- 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
3434
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
3535
# the cluster will set imagePullPolicy to IfNotPresent
3636
securityContext:

task/tkn-bundle-oci-ta/0.1/tkn-bundle-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
- use
6060
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
6161
- 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
6363
workingDir: /var/workdir/source
6464
env:
6565
- name: CONTEXT

task/tkn-bundle/0.1/tkn-bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
- name: TASK_FILE
4242
value: tekton_task_files
4343
steps:
44-
- image: quay.io/redhat-appstudio/konflux-test:latest@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
44+
- image: quay.io/konflux-ci/konflux-test:latest@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
4545
name: modify-task-files
4646
env:
4747
- name: CONTEXT

task/validate-fbc/0.1/validate-fbc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
name: workdir
5454
steps:
5555
- 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
5757
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
5858
# the cluster will set imagePullPolicy to IfNotPresent
5959
workingDir: /var/workdir/inspect-image
@@ -183,7 +183,7 @@ spec:
183183
184184
note="Step inspect-image completed: Check inspected JSON files under /var/workdir/inspect-image."
185185
- 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
187187
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
188188
# the cluster will set imagePullPolicy to IfNotPresent
189189
workingDir: /var/workdir/extract-and-validate

task/verify-signed-rpms/0.1/verify-signed-rpms.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
--workdir "${WORKDIR}" \
4949
--status-path "${WORKDIR}"/status
5050
- 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
5252
volumeMounts:
5353
- name: workdir
5454
mountPath: "$(params.WORKDIR)"

0 commit comments

Comments
 (0)