google / google/go-containerregistry
Allowing writing images by both tag and digest
Open
lifecycle/frozen
- Dominant language
- Go
- Stars
- 4k
- Forks
- 686
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 26
Description
Missed adding the feature to daemon.Write, when adding to tarball.Write (#404)
And currently the tag is **removed**, when specifying _both_ tag and digest like so:
```
busybox:latest@sha256:b26cd013274a657b86e706210ddd5cc1f82f50155791199d29b9e86e935ce135
```
The `crane` tool adds an amusing "i-was-a-digest" tag, even when one exists.
Contributor guide
Assessment
This issue has not been assessed yet.