Sign inSign up

r351574nc3/bazel

By r351574nc3

Updated over 9 years ago

Containerized bazel build system

Image
0

1.1K

r351574nc3/bazel repository overview

docker-bazel

Dockerized bazel build system

Usage

Instruction for using the docker container.

Set an alias

alias bazel='docker run --rm -v $PWD:/workspace -w /workspace
--privileged bazel-0.4.4-jessie bazel --output_base=.output'

The above will create a local .output path in your workspace. This is useful because it will prevent continuous fetching of external dependencies.

Use bazel as normal

bazel build //myapp

Tag summary

Content type

Image

Digest

Size

518.4 MB

Last updated

over 9 years ago

docker pull r351574nc3/bazel