Skip to content

Commit ae7a07d

Browse files
Update quay.io/redhat-appstudio/build-trusted-artifacts:latest Docker digest
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent be23096 commit ae7a07d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deploy/tasks/buildah-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

deploy/tasks/maven-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
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

deploy/tasks/pre-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
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)