Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For step used script tekton using pod with init container with image configured by "-shell-image". On runtime environment like CRI-O that didn't support images with simultaneously specified tag and digest current configuration leads to: ``` Failed to pull image "gcr.io/distroless/base:debug@sha256:72a0093a0214e414527a97d359313992534f94a689449615875d922097f0ba62": rpc error: code = Unknown desc = Invalid image name "gcr.io/distroless/base:debug@sha256:72a0093a0214e414527a97d359313992534f94a689449615875d922097f0ba62", unknown transport "gcr.io/distroless/base" ``` This changes removed tag and updated image hash for latest available.
- Loading branch information