From 3017b0c5a09d886a306e8637782e5a5cfdd6fd31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 08:01:23 +0000 Subject: [PATCH] Update quay.io/redhat-appstudio/build-trusted-artifacts:latest Docker digest to a83c92f Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- deploy/tasks/maven-deployment.yaml | 2 +- deploy/tasks/pre-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/tasks/maven-deployment.yaml b/deploy/tasks/maven-deployment.yaml index c7caedb65..c3dca5a35 100644 --- a/deploy/tasks/maven-deployment.yaml +++ b/deploy/tasks/maven-deployment.yaml @@ -41,7 +41,7 @@ spec: name: workdir steps: - name: restore-trusted-artifact - image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:bc10298bff7805d8bc98211cd4534b9720f365f35ce0ef263dd65802de7ff036 + image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:a83c92fc0a1e2c785937c6612dc8c8237818535543f00ecaf6b3b77a35f76259 script: | echo "Restoring artifacts to workspace" URL=$IMAGE_URL diff --git a/deploy/tasks/pre-build.yaml b/deploy/tasks/pre-build.yaml index e601366c7..3a41a2cee 100644 --- a/deploy/tasks/pre-build.yaml +++ b/deploy/tasks/pre-build.yaml @@ -116,7 +116,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:bc10298bff7805d8bc98211cd4534b9720f365f35ce0ef263dd65802de7ff036 + image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:a83c92fc0a1e2c785937c6612dc8c8237818535543f00ecaf6b3b77a35f76259 # The build-trusted-artifacts container doesn't handle REGISTRY_TOKEN but the actual .docker/config.json. # Setting ORAS_OPTIONS to ensure the archive is compatible with jib (for OCIRepositoryClient) (to be removed) script: |