Open mislavmandaricaxilis opened 1 week ago
After #346 got merged, using oci_image macro also produces a .digest target, which contains a digest of the image.
oci_image
.digest
But this was not done for oci_image_index, so switching to a multi-arch images causes a regression in experience because .digest target is missing.
oci_image_index
Same as with oci_image, it's easy to write it ourselves, but having it in rules_oci directly makes it easy and consistent.
rules_oci
I'm willing to contribute a PR myself for this change if maintainers agree with the suggestion.
After #346 got merged, using
oci_image
macro also produces a.digest
target, which contains a digest of the image.But this was not done for
oci_image_index
, so switching to a multi-arch images causes a regression in experience because.digest
target is missing.Same as with
oci_image
, it's easy to write it ourselves, but having it inrules_oci
directly makes it easy and consistent.I'm willing to contribute a PR myself for this change if maintainers agree with the suggestion.