Bug: 316187615

Clone this repo:
  1. 8e4e793 Upgrade bazel-central-registry to d3c96f7c1a5e39d38908074fd2bc9bfd6f76acc3 by Yifan Hong · 2 days ago main
  2. d3c96f7 feat: add `rules_bzip2@1.0.0-beta.1` (#2041) by Matt Clarkson · 2 days ago
  3. 60cea84 Add rules_contest module (#2032) by Shuhei Takahashi · 2 days ago
  4. c5946b5 rules_java@7.6.0 (#2039) by publish-to-bcr-bot[bot] · 2 days ago
  5. c775fba bazel_features@1.11.0 (#2038) by publish-to-bcr-bot[bot] · 2 days ago

Bazel Central Registry

Overview

The default Bazel registry for the Bzlmod external dependency system of Bazel. It is the recommended place to find and publish your favorite Bazel projects. Visit https://registry.bazel.build to check what modules are already available!

Contributing

To contribute, check our BCR policies and contribution guidelines.

Depending on the BCR infrastructure (and how not to)

The core infrastructure of the Bazel Central Registry depends on GitHub and Google Cloud. Bazel users who enable Bzlmod depend on the BCR by default. While we try to keep the BCR infrastructure simple and reliable, we assume no liability for any damages caused by build failures due to potential BCR infrastructure failures.

If you consider it necessary, you can do the following to avoid depending on the BCR infrastructure while still making use of the information checked into the BCR.

  • Clone the BCR repository or mirror the content to your own infrastructure and use the --registry option to change the default Bazel registry to your own.
  • Host your own mirror for all source archive URLs and add the mirror URL in ./bazel_registry.json. You can run bazel run //tools:print_all_src_urls to get the list of source URLs to mirror for all Bazel modules checked into the BCR. For example, https://foo.com/bar.zip should be mirrored to https://<your mirror>/foo.com/bar.zip.