GoogleContainerTools / GoogleContainerTools/jib
Support image name and tag with digest file
Open
priority: p3
type: feature request
- Dominant language
- Java
- Stars
- 14.5k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
Currently, Jib is supporting the generation of an image digest file (Cf. [Extended Usage](https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin#outputpaths-object)) with the following format `sha256:ba7816...`.
It could be helpful to support the image name with digest (`my-org/my-image@sha256:ba7816...`) and the image name + tag with the digest (`my-org/my-image:1.0.0@sha256:ba7816...`).
Kaniko is supporting it through the flags `--image-name-with-digest-file` and `--image-name-tag-with-digest-file`.
Contributor guide
Assessment
This issue has not been assessed yet.