Skip to content
New issue

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

fix: digest output should include algo #354

Merged
merged 1 commit into from
Sep 13, 2023
Merged

fix: digest output should include algo #354

merged 1 commit into from
Sep 13, 2023

Conversation

alexeagle
Copy link
Collaborator

Hashes should generally be prefixed with the hash algorithm used. Also, the intent of adding .digest in #346 was to make the migration from rules_docker easier, so we should match its output, as shown https://github.com/bazelbuild/rules_docker/blob/master/tests/container/BUILD#L248-L251

Note, this is not a breaking change, because the commit from #346 was not yet released.

Hashes should generally be prefixed with the hash algorithm used.
Also, the intent of adding .digest in #346 was to make the migration from rules_docker easier, so we should match its output, as shown
https://github.com/bazelbuild/rules_docker/blob/master/tests/container/BUILD#L248-L251

Note, this is not a breaking change, because the commit from #346 was not yet released.
@alexeagle alexeagle merged commit 31f65c9 into main Sep 13, 2023
15 checks passed
@alexeagle alexeagle deleted the digest branch September 13, 2023 23:26
alexeagle added a commit that referenced this pull request Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants