flatcar-scripts/ci-automation/base_sysexts.sh
Krzesimir Nowak c2a2890d86 ci-automation: Bring back the docker-cli package to docker sysext
The base_sysexts.sh file was based on old version of the default
parameter of the ./build_image script. Sync them now.
2023-11-27 14:54:59 +01:00

12 lines
293 B
Bash

# Definitions of base sysexts to be built. Used by image.sh and
# image_changes.sh.
if [[ ${1:-} = 'local' ]]; then
local ciabs_base_sysexts
fi
ciabs_base_sysexts=(
'containerd-flatcar:app-containers/containerd'
'docker-flatcar:app-containers/docker&app-containers/docker-cli'
)