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:
236236 name : workdir
237237 steps :
238238 - 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:b31dc501d5068e30621e51681a2921d4e43f5a030ab78c8991f83a5e774534a3
240240 args :
241241 - use
242242 - $(params.SOURCE_ARTIFACT)=/var/workdir/source
Original file line number Diff line number Diff line change 6868 name : workdir
6969 steps :
7070 - 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:b31dc501d5068e30621e51681a2921d4e43f5a030ab78c8991f83a5e774534a3
7272 script : |
7373 echo "Restoring artifacts to workspace"
7474 URL=$IMAGE_URL
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ spec:
116116 - --git-disable-ssl-verification=$(params.GIT_SSL_VERIFICATION)
117117 - --git-reuse-repository=$(params.GIT_REUSE_REPOSITORY)
118118 - 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:b31dc501d5068e30621e51681a2921d4e43f5a030ab78c8991f83a5e774534a3
120120 script : |
121121 echo "Creating pre-build-image archive"
122122 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 11#This file is used to enable renovate to update the digests. It is updated by renovate then substituted into the golang code.
22
3- FROM quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:f60a217e109434fb0a0b4a9178018871cfdf1d72177312aafedc027ec4380cac
3+ FROM quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:bb2bd86f7efd49d88bd1df3c0c61708ff4ccf005f74c95dbebce8e5455db8c02
You can’t perform that action at this time.
0 commit comments