File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
pkg/reconciler/dependencybuild/scripts Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
name : workdir
67
67
steps :
68
68
- name : restore-trusted-artifact
69
- image : quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:81c4864dae6bb11595f657be887e205262e70086a05ed16ada827fd6391926ac
69
+ image : quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:52f1391e6f1c472fd10bb838f64fae2ed3320c636f536014978a5ddbdfc6b3af
70
70
script : |
71
71
echo "Restoring artifacts to workspace"
72
72
URL=$IMAGE_URL
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ spec:
115
115
- --git-disable-ssl-verification=$(params.GIT_SSL_VERIFICATION)
116
116
- --git-reuse-repository=$(params.GIT_REUSE_REPOSITORY)
117
117
- name : create-pre-build-image
118
- image : quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:81c4864dae6bb11595f657be887e205262e70086a05ed16ada827fd6391926ac
118
+ image : quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:52f1391e6f1c472fd10bb838f64fae2ed3320c636f536014978a5ddbdfc6b3af
119
119
script : |
120
120
echo "Creating pre-build-image archive"
121
121
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:0e897921ea083450e8db518888159fd926ff10427c00009038726b4b1003c253
3
+ FROM quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:f60a217e109434fb0a0b4a9178018871cfdf1d72177312aafedc027ec4380cac
You can’t perform that action at this time.
0 commit comments