constellation/bazel/container
Malte Poll 264b2df902
deps: upgrade to Fedora 38 (#1909)
* image: upgrade mkosi distro version to Fedora 38
* image: remove downgrade of GCP kernel
* ci: upgrade expected measurements for Fedora 38
* deps: upgrade bazeldnf packages to Fedora 38
* deps: upgrade container images to Fedora 38
2023-06-15 16:50:35 +02:00
..
container.sh deps: update dependency bazel to v6.1.2 (#1749) 2023-05-05 16:42:33 +02:00
Containerfile deps: upgrade to Fedora 38 (#1909) 2023-06-15 16:50:35 +02:00
Makefile deps: update dependency bazel to v6.1.2 (#1749) 2023-05-05 16:42:33 +02:00
README.md bazel: add container builder script 2023-04-17 12:06:21 +02:00

Bazel build container

This container enables running Bazel inside a container, with the host cache mounted.

To use the container, run

source container.sh
startBazelServer

You can then execute Bazel commands like you normally would do, as the sourced bazel function shadows binaries you might have in your path:

bazel query //...

To terminate the container, which is running as daemon in the background, execute

stopBazelServer