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 67
67
name : workdir
68
68
steps :
69
69
- name : restore-trusted-artifact
70
- image : quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:52f1391e6f1c472fd10bb838f64fae2ed3320c636f536014978a5ddbdfc6b3af
70
+ image : quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:ff35e09ff5c89e54538b50abae241a765b2b7868f05d62c4835bebf0978f3659
71
71
script : |
72
72
echo "Restoring artifacts to workspace"
73
73
URL=$IMAGE_URL
Original file line number Diff line number Diff line change 60
60
- name : BUILD_SCRIPT
61
61
value : $(params.BUILD_SCRIPT)
62
62
- name : create-pre-build-image
63
- image : quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:52f1391e6f1c472fd10bb838f64fae2ed3320c636f536014978a5ddbdfc6b3af
63
+ image : quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:ff35e09ff5c89e54538b50abae241a765b2b7868f05d62c4835bebf0978f3659
64
64
script : |
65
65
echo "Creating pre-build-image archive"
66
66
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