Skip to content

r351574nc3/docker-bazel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dockerized bazel build system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published