Support emitting a fully-qualified digest
mattmoor opened this issue · 1 comments
mattmoor commented
When mink-image-target
is specified, we wire up the --image
functionality here:
Line 218 in fc126e6
We also have a special result name for mink-image-digest
, which holds the sha256:deadbeef
portion of the digest, but doesn't yet light up any additional functionality.
This issue is to track adding a PostRunFunc
that emits {image}@{digest}
by default when both of these special names are specified in their respective places.
mattmoor commented
this is done