Skip to content

Commit 08fab01

Browse files
authored
Merge pull request #2318 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 b1832c0 + ae7a07d commit 08fab01

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
@@ -67,7 +67,7 @@ spec:
6767
name: workdir
6868
steps:
6969
- 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
7171
script: |
7272
echo "Restoring artifacts to workspace"
7373
URL=$IMAGE_URL

deploy/tasks/pre-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
- name: BUILD_SCRIPT
6161
value: $(params.BUILD_SCRIPT)
6262
- 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
6464
script: |
6565
echo "Creating pre-build-image archive"
6666
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:f60a217e109434fb0a0b4a9178018871cfdf1d72177312aafedc027ec4380cac
3+
FROM quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:711ea3a6bc32c97080408587794d4be962067719e0778761bcb0a7e7bdcaa35b

0 commit comments

Comments
 (0)