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:ff35e09ff5c89e54538b50abae241a765b2b7868f05d62c4835bebf0978f3659
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:ff35e09ff5c89e54538b50abae241a765b2b7868f05d62c4835bebf0978f3659
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:ff35e09ff5c89e54538b50abae241a765b2b7868f05d62c4835bebf0978f3659
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:711ea3a6bc32c97080408587794d4be962067719e0778761bcb0a7e7bdcaa35b
You can’t perform that action at this time.
0 commit comments