You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Andreas Berthoud 16f392d1be Add Docker run examples 5 years ago
.bazelrc Add .bazelrc --config 5 years ago
.gitignore Chosing the python version an pip requirements work 5 years ago
BUILD Add Docker run examples 5 years ago
LICENSE Add LICENSE file 5 years ago
README.md Add Docker run examples 5 years ago
WORKSPACE Add python_toolchain 5 years ago
build_settings.bzl Add flavor_setting 5 years ago
executable.bzl Add Docker run examples 5 years ago
main.py Add python script parameter 5 years ago
requirements.txt Chosing the python version an pip requirements work 5 years ago

README.md

Bazel playground

Play with ...

  • bazel run main --//:favorite_flavor="BANANA"
  • bazel run main --//:favorite_flavor="APPLE"
  • bazel run main --//:favorite_flavor="ORANGE"
  • bazel run main

or

  • bazel run main --config=banana
  • bazel run main --config=apple
  • bazel run main --config=orange

Run Docker

  • bazel run docker_hello_world
  • bazel run docker_ubuntu_bash_interactive