mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 13:36:58 +02:00
12 lines
322 B
Bash
12 lines
322 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&app-containers/docker-buildx'
|
|
)
|