Skip to content

Commit

Permalink
Freeze image sha for dind-sidecar example test.
Browse files Browse the repository at this point in the history
The example test examples/v1/taskruns/dind-sidecar.yaml has been failing in multiple PRs:
- #7492 (comment)
- #7494 (comment)
- #7458 (comment)

That example has not been updated in a year. My guess is that the [new image](https://hub.docker.com/layers/library/docker/dind/images/sha256-e8c7a73504adaeff4bab939e8d1f18a6114c99c868b9203a66a42f25aa51e613?context=explore) which was released 16 hours ago (at this point) is causing this.

When the image is tagged to the previous version (`docker:24.0.6-dind`) in the taskrun yaml, it executes fine.
This PR updates the example test to use the sha256 of the previously
working image.This PR fixes #7496.
  • Loading branch information
chitrangpatel authored and tekton-robot committed Dec 15, 2023
1 parent e8d3bfd commit 7a9f4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/v1/taskruns/dind-sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
name: dind-certs

sidecars:
- image: docker:dind
- image: docker@sha256:74e78208fc18da48ddf8b569abe21563730845c312130bd0f0b059746a7e10f5
name: server
args:
- --storage-driver=vfs
Expand Down

0 comments on commit 7a9f4c3

Please sign in to comment.