flatcar-scripts/ci-automation/base_sysexts.sh
Daniel Zatovic 820bc74c3b sysext: Change the sysext seperator from : to |
To be able to use the SLOT syntax, which uses : we need to change the
sysext seperator to |.
2025-05-13 11:26:09 +02:00

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'
)