-
Notifications
You must be signed in to change notification settings - Fork 630
Closed
Labels
Description
Describe the bug
Currently, in order to get digest ref to the pushed image, one has to use --image-refs option introduced in #1217
There's already a TODO in the relevant code for this;
go-containerregistry/cmd/crane/cmd/push.go
Lines 76 to 77 in ffc14a0
| // TODO(mattmoor): think about printing the digest to standard out | |
| // to facilitate command composition similar to ko build. |
To Reproduce
Expected behavior
crane push should output to stdout like
Additional context
Add any other context about the problem here.
- Output of
crane version - Registry used (e.g., GCR, ECR, Quay)
Reactions are currently unavailable