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: |