The highest tagged major version is
v2.
command
Version:
v1.39.18
Opens a new window with list of versions in this module.
Published: Aug 11, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.