mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 14:11:07 +02:00
build_image,ci-automation: Add app-containers/docker-buildx to docker-flatcar sysext
This commit is contained in:
parent
babc0e6e33
commit
9a3e26bf9b
@ -33,7 +33,7 @@ DEFINE_string base_pkg "coreos-base/coreos" \
|
|||||||
"The base portage package to base the build off of (only applies to prod images)"
|
"The base portage package to base the build off of (only applies to prod images)"
|
||||||
DEFINE_string base_dev_pkg "coreos-base/coreos-dev" \
|
DEFINE_string base_dev_pkg "coreos-base/coreos-dev" \
|
||||||
"The base portage package to base the build off of (only applies to dev containers)"
|
"The base portage package to base the build off of (only applies to dev containers)"
|
||||||
DEFINE_string base_sysexts "containerd-flatcar:app-containers/containerd,docker-flatcar:app-containers/docker&app-containers/docker-cli" \
|
DEFINE_string base_sysexts "containerd-flatcar:app-containers/containerd,docker-flatcar:app-containers/docker&app-containers/docker-cli&app-containers/docker-buildx" \
|
||||||
"Comma-separated list of name:package[&package[&package]] - build 'package' (a single package or a list of packages separated by '&') into sysext 'name', and include with OS image and update payload. Must be in order of dependencies, base sysexts come first."
|
"Comma-separated list of name:package[&package[&package]] - build 'package' (a single package or a list of packages separated by '&') into sysext 'name', and include with OS image and update payload. Must be in order of dependencies, base sysexts come first."
|
||||||
DEFINE_string output_root "${DEFAULT_BUILD_ROOT}/images" \
|
DEFINE_string output_root "${DEFAULT_BUILD_ROOT}/images" \
|
||||||
"Directory in which to place image result directories (named by version)"
|
"Directory in which to place image result directories (named by version)"
|
||||||
|
@ -7,5 +7,5 @@ fi
|
|||||||
|
|
||||||
ciabs_base_sysexts=(
|
ciabs_base_sysexts=(
|
||||||
'containerd-flatcar:app-containers/containerd'
|
'containerd-flatcar:app-containers/containerd'
|
||||||
'docker-flatcar:app-containers/docker&app-containers/docker-cli'
|
'docker-flatcar:app-containers/docker&app-containers/docker-cli&app-containers/docker-buildx'
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user