Skip to content

Commit aa04868

Browse files
authored
Merge pull request #2295 from redhat-appstudio/konflux/mintmaker/main/quay.io-redhat-appstudio-build-trusted-artifacts-latest
Update quay.io/redhat-appstudio/build-trusted-artifacts:latest Docker digest
2 parents 0154976 + 46065d4 commit aa04868

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/tasks/maven-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
name: workdir
6767
steps:
6868
- 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
7070
script: |
7171
echo "Restoring artifacts to workspace"
7272
URL=$IMAGE_URL

deploy/tasks/pre-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ spec:
115115
- --git-disable-ssl-verification=$(params.GIT_SSL_VERIFICATION)
116116
- --git-reuse-repository=$(params.GIT_REUSE_REPOSITORY)
117117
- 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
119119
script: |
120120
echo "Creating pre-build-image archive"
121121
create-archive --store $(params.IMAGE_URL) $(results.PRE_BUILD_IMAGE_DIGEST.path)=$(workspaces.source.path)/source
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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:0e897921ea083450e8db518888159fd926ff10427c00009038726b4b1003c253
3+
FROM quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:f60a217e109434fb0a0b4a9178018871cfdf1d72177312aafedc027ec4380cac

0 commit comments

Comments
 (0)