File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
pkg/reconciler/dependencybuild/scripts Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ spec:
236
236
name : workdir
237
237
steps :
238
238
- name : use-trusted-artifact
239
- image : quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:e0e457b6af10e44ff6b90208a9e69adc863a865e1c062c4cb84bf3846037d74d
239
+ image : quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:ff35e09ff5c89e54538b50abae241a765b2b7868f05d62c4835bebf0978f3659
240
240
args :
241
241
- use
242
242
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
Original file line number Diff line number Diff line change 68
68
name : workdir
69
69
steps :
70
70
- name : restore-trusted-artifact
71
- image : quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:52f1391e6f1c472fd10bb838f64fae2ed3320c636f536014978a5ddbdfc6b3af
71
+ image : quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:ff35e09ff5c89e54538b50abae241a765b2b7868f05d62c4835bebf0978f3659
72
72
script : |
73
73
echo "Restoring artifacts to workspace"
74
74
URL=$IMAGE_URL
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ spec:
116
116
- --git-disable-ssl-verification=$(params.GIT_SSL_VERIFICATION)
117
117
- --git-reuse-repository=$(params.GIT_REUSE_REPOSITORY)
118
118
- name : create-pre-build-image
119
- image : quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:52f1391e6f1c472fd10bb838f64fae2ed3320c636f536014978a5ddbdfc6b3af
119
+ image : quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:ff35e09ff5c89e54538b50abae241a765b2b7868f05d62c4835bebf0978f3659
120
120
script : |
121
121
echo "Creating pre-build-image archive"
122
122
create-archive --store $(params.IMAGE_URL) $(results.PRE_BUILD_IMAGE_DIGEST.path)=$(workspaces.source.path)/source
Original file line number Diff line number Diff line change 1
1
#This file is used to enable renovate to update the digests. It is updated by renovate then substituted into the golang code.
2
2
3
- FROM quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:f60a217e109434fb0a0b4a9178018871cfdf1d72177312aafedc027ec4380cac
3
+ FROM quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:711ea3a6bc32c97080408587794d4be962067719e0778761bcb0a7e7bdcaa35b
You can’t perform that action at this time.
0 commit comments