buchgr/bazel-remote-cache

By buchgr

Updated about 2 months ago

A HTTP/1.1 and gRPC server that is intended to be used as a remote build cache for Bazel.

Image
Developer Tools
6

10M+

bazel-remote is a HTTP/1.1 and gRPC server that is intended to be used as a remote build cache for Bazel. The cache contents are stored in a directory on disk. One can specify a maximum cache size and bazel-remote will automatically enforce this limit and clean the cache by deleting files based on their last access time. The cache supports HTTP basic authentication with usernames and passwords being specified by a .htpasswd file, and also mutual TLS authentication.

For documentation on how to use it please refer to https://github.com/buchgr/bazel-remote

Docker Pull Command

docker pull buchgr/bazel-remote-cache