Skip to content

Commit

Permalink
add planter-logo.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Jan 8, 2018
1 parent ac55604 commit d1af768
Show file tree
Hide file tree
Showing 2 changed files with 431 additions and 2 deletions.
11 changes: 9 additions & 2 deletions planter/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Planter
# Planter
Bazel in a container.

<img src="planter-logo.svg" />

Planter is a container + wrapper script for your bazel builds.
It will run a Docker container as the current user that can run bazel builds
Expand All @@ -21,7 +24,7 @@ Planter repects the following environment variables:

- `TAG`: The Planter image tag. This will default to the current stable
version used to build Kubernetes, but you may override it with EG
`TAG=0.6.1`.
`TAG=0.9.0 ./planter.sh bazel build //...`
- These should now match bazel release versions eg `0.8.0rc2`
- `DRY_RUN`: If set, Planter will only echo the Docker command that would have
been run.
Expand All @@ -35,3 +38,7 @@ Currently, SELinux is disabled for the container that runs the bazel
environment, which allows for the rest of the host system to leave SELinux
enabled. Automatic relabeling is not done to avoid inadvertantly causing issues
with the host system.


Further details can be found in `planter.sh` itself, which is somewhat
self-documenting.
Loading

0 comments on commit d1af768

Please sign in to comment.