This image is updated via pull requests to the INsReady/docker-bazel
GitHub repo.
Bazel is Google's build tool, now publicly available in Beta. Bazel has built-in support for building both client and server software, including client applications for both Android and iOS platforms. It also provides an extensible framework that you can use to develop your own build rules.
The basic pattern for starting a bazel
instance is:
$ docker run --rm -v "$PWD":/usr/src/app -d insready/bazel bazel SOME-BAZEL-COMMAND
View license information for the software contained in this image.
This image is officially supported on Docker version 1.13.0.
Please see the Docker installation documentation for details on how to upgrade your Docker daemon.
Documentation for this image is stored in the README.md
of the insready/docker-bazel
GitHub repo. Be sure to familiarize yourself with the repository's README.md
file before attempting a pull request.
If you have any problems with or questions about this image, please contact us through a GitHub issue.
You can also reach many of the official image maintainers via the #docker-library
IRC channel on Freenode.
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.