From 34814534fe3daef0cb11ce4b2b4affb6ce3c11a8 Mon Sep 17 00:00:00 2001 From: Alan Greene Date: Thu, 6 Jul 2023 17:42:06 +0100 Subject: [PATCH] Update git image to use digest Chainguard are making changes to their registry to restrict access to non-latest tags for public users. Switch to using digest, updating to use the current latest version. --- src/api/resources/import-resources-pipelinerun.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/resources/import-resources-pipelinerun.yaml b/src/api/resources/import-resources-pipelinerun.yaml index fc7080a53..f332331e7 100644 --- a/src/api/resources/import-resources-pipelinerun.yaml +++ b/src/api/resources/import-resources-pipelinerun.yaml @@ -57,7 +57,7 @@ spec: - name: repo steps: - name: clone - image: cgr.dev/chainguard/git:2.40 + image: cgr.dev/chainguard/git:latest@sha256:2c70afb3b34ca5feab37c5826c32dae6e0c48549486fdf6be93faf928b658efe # 2.41 env: - name: PARAM_URL value: $(params.repositoryURL)