Skip to content

Commit 581e9c0

Browse files
authored
Merge pull request #2206 from redhat-appstudio/renovate/quay.io-redhat-appstudio-build-trusted-artifacts-latest
Update quay.io/redhat-appstudio/build-trusted-artifacts:latest Docker digest to 81c4864
2 parents 1eb97b6 + 597607d commit 581e9c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/tasks/maven-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
name: workdir
4242
steps:
4343
- name: restore-trusted-artifact
44-
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:a83c92fc0a1e2c785937c6612dc8c8237818535543f00ecaf6b3b77a35f76259
44+
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:81c4864dae6bb11595f657be887e205262e70086a05ed16ada827fd6391926ac
4545
script: |
4646
echo "Restoring artifacts to workspace"
4747
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:a83c92fc0a1e2c785937c6612dc8c8237818535543f00ecaf6b3b77a35f76259
119+
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:81c4864dae6bb11595f657be887e205262e70086a05ed16ada827fd6391926ac
120120
# The build-trusted-artifacts container doesn't handle REGISTRY_TOKEN but the actual .docker/config.json.
121121
# Setting ORAS_OPTIONS to ensure the archive is compatible with jib (for OCIRepositoryClient) (to be removed)
122122
script: |

0 commit comments

Comments
 (0)