diff --git a/deploy/tasks/maven-deployment.yaml b/deploy/tasks/maven-deployment.yaml index fef45a24b..bd5311a1b 100644 --- a/deploy/tasks/maven-deployment.yaml +++ b/deploy/tasks/maven-deployment.yaml @@ -66,7 +66,7 @@ spec: name: workdir steps: - name: restore-trusted-artifact - image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:81c4864dae6bb11595f657be887e205262e70086a05ed16ada827fd6391926ac + image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:52f1391e6f1c472fd10bb838f64fae2ed3320c636f536014978a5ddbdfc6b3af script: | echo "Restoring artifacts to workspace" URL=$IMAGE_URL diff --git a/deploy/tasks/pre-build.yaml b/deploy/tasks/pre-build.yaml index 1baf706cc..afeacf62e 100644 --- a/deploy/tasks/pre-build.yaml +++ b/deploy/tasks/pre-build.yaml @@ -115,7 +115,7 @@ spec: - --git-disable-ssl-verification=$(params.GIT_SSL_VERIFICATION) - --git-reuse-repository=$(params.GIT_REUSE_REPOSITORY) - name: create-pre-build-image - image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:81c4864dae6bb11595f657be887e205262e70086a05ed16ada827fd6391926ac + image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:52f1391e6f1c472fd10bb838f64fae2ed3320c636f536014978a5ddbdfc6b3af script: | echo "Creating pre-build-image archive" create-archive --store $(params.IMAGE_URL) $(results.PRE_BUILD_IMAGE_DIGEST.path)=$(workspaces.source.path)/source diff --git a/pkg/reconciler/dependencybuild/scripts/Dockerfile.build-trusted-artifacts b/pkg/reconciler/dependencybuild/scripts/Dockerfile.build-trusted-artifacts index 5c4f17d91..a9d0526b5 100644 --- a/pkg/reconciler/dependencybuild/scripts/Dockerfile.build-trusted-artifacts +++ b/pkg/reconciler/dependencybuild/scripts/Dockerfile.build-trusted-artifacts @@ -1,3 +1,3 @@ #This file is used to enable renovate to update the digests. It is updated by renovate then substituted into the golang code. -FROM quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:0e897921ea083450e8db518888159fd926ff10427c00009038726b4b1003c253 +FROM quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:f60a217e109434fb0a0b4a9178018871cfdf1d72177312aafedc027ec4380cac