Skip to content

Commit 0e8b0a9

Browse files
Update quay.io/redhat-appstudio/build-trusted-artifacts:latest Docker digest to 62bb855
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5da3522 commit 0e8b0a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/tasks/buildah-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ spec:
224224
name: workdir
225225
steps:
226226
- name: use-trusted-artifact
227-
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:e0e457b6af10e44ff6b90208a9e69adc863a865e1c062c4cb84bf3846037d74d
227+
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:62bb85585c0ebb8b333ef716b87b70838fb27723657c95ffb62d446b0d28ab68
228228
args:
229229
- use
230230
- $(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
@@ -45,7 +45,7 @@ spec:
4545
name: workdir
4646
steps:
4747
- name: restore-trusted-artifact
48-
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:e0e457b6af10e44ff6b90208a9e69adc863a865e1c062c4cb84bf3846037d74d
48+
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:62bb85585c0ebb8b333ef716b87b70838fb27723657c95ffb62d446b0d28ab68
4949
script: |
5050
echo "Restoring artifacts to workspace"
5151
URL=$IMAGE_URL

deploy/tasks/pre-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ spec:
137137
- --git-disable-ssl-verification=$(params.GIT_SSL_VERIFICATION)
138138
- --git-reuse-repository=$(params.GIT_REUSE_REPOSITORY)
139139
- name: create-pre-build-image
140-
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:e0e457b6af10e44ff6b90208a9e69adc863a865e1c062c4cb84bf3846037d74d
140+
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:62bb85585c0ebb8b333ef716b87b70838fb27723657c95ffb62d446b0d28ab68
141141
script: |
142142
echo "Creating pre-build-image archive"
143143
export ORAS_OPTIONS="$ORAS_OPTIONS --image-spec=v1.0 --artifact-type application/vnd.oci.image.config.v1+json"

0 commit comments

Comments
 (0)