Skip to content

Commit

Permalink
build_image,ci-automation: Add app-containers/docker-buildx to docker…
Browse files Browse the repository at this point in the history
…-flatcar sysext
  • Loading branch information
krnowak committed Sep 2, 2024
1 parent babc0e6 commit 9a3e26b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_image
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
DEFINE_string base_dev_pkg "coreos-base/coreos-dev" \
"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."
DEFINE_string output_root "${DEFAULT_BUILD_ROOT}/images" \
"Directory in which to place image result directories (named by version)"
Expand Down
2 changes: 1 addition & 1 deletion ci-automation/base_sysexts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ fi

ciabs_base_sysexts=(
'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'
)

0 comments on commit 9a3e26b

Please sign in to comment.