Skip to content

Commit

Permalink
Update git image to use digest
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AlanGreene authored and tekton-robot committed Jul 7, 2023
1 parent 6a63645 commit 3481453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/resources/import-resources-pipelinerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3481453

Please sign in to comment.