Merge pull request #1426 from flatcar/krnowak/base-sysext-fix

ci-automation: Bring back the docker-cli package to docker sysext
This commit is contained in:
Krzesimir Nowak 2023-11-27 15:03:33 +01:00 committed by GitHub
commit 03796dcabd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,5 +7,5 @@ fi
ciabs_base_sysexts=(
'containerd-flatcar:app-containers/containerd'
'docker-flatcar:app-containers/docker'
'docker-flatcar:app-containers/docker&app-containers/docker-cli'
)