-
Notifications
You must be signed in to change notification settings - Fork 32
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
Document how to use rules_distroless with BZLMOD #37
Comments
I tried adding
same stacktrace as in bazelbuild/bazel#21289 |
Bzlmod is not supported yet, PRs welcome! |
@thesayyn what does adding bzlmod support usually entail? Like I said, I tried pulling deb_index out into an extension and got the NPE you see above. |
I am not sure what would be cause of that, but in order to support we'd need to have an extension which parses the lockfile expands to multiple repositories, one per package, another hub repo where aliases are defined. |
Looks like this was fixed with #50! Feel like cutting a release? |
I'm super excited about using Looks like it's not working in macOS? https://buildkite.com/bazel/bcr-presubmit/builds/6406 |
Yeah,
For the time being, I got it to work with an override pointing to the hash of the
|
#70 should make bzlmod on par with workspace rules. |
@thesayyn cool, thanks!! Also, will there be a release pushed to Bazel Central Registry? The latest version pushed to the registry seems to be Thanks! |
All the docs I've seen around using deb_index say
WORKSPACE example;
BZLMOD example;
# TODO: support BZLMOD
Has BZLMOD support been added and we just need to update docs, or is BZLMOD support missing?
The text was updated successfully, but these errors were encountered: