Rule for bundling Container images into a tarball.
container_bundle_(name, extract_config, image_target_strings, image_targets, images, incremental_load_template, stamp, tar_output)
ATTRIBUTES
Name | Description | Type | Mandatory | Default |
---|---|---|---|---|
name | A unique name for this target. | Name | required | |
extract_config | - | Label | optional | //container/go/cmd/extract_config:extract_config |
image_target_strings | - | List of strings | optional | [] |
image_targets | - | List of labels | optional | [] |
images | - | Dictionary: String -> String | optional | {} |
incremental_load_template | - | Label | optional | //container:incremental_load_template |
stamp | - | Boolean | optional | False |
tar_output | - | Label | optional |
container_bundle(kwargs)
Package several container images into a single tarball.
PARAMETERS
Name | Description | Default Value |
---|---|---|
kwargs | See above. | none |