We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oci_image_index
.digest
oci_image
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 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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: