# README
Example: bazel
Bazel is one of the supported builders in Skaffold.
The way you configure it in skaffold.yaml
is the following build stanza:
build:
artifacts:
- image: skaffold-example
context: .
bazel:
target: //:skaffold_example.tar
- make sure the
context
contains the bazel files (WORKSPACE
,BUILD
) - add
bazel
section to each artifact - specify
target
- our builder will use this to load to the image to the Docker daemon