mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
torcx: Bump the default Docker to 20.10 and drop older
We are enabling CgroupV2 support globally, which requires Docker 20.10. It is possible to return to CgroupV1 locally via kernel commandline, but that will still work with Docker 20. If someone really needs older Docker versions we will recommend to also fetch torcx packages from older releases or rely on upstream binaries.
This commit is contained in:
parent
a8a57c733b
commit
d6c75eb0d9
@ -237,13 +237,12 @@ function torcx_package() {
|
||||
# for each package will point at the last version specified. This can handle
|
||||
# swapping default package versions for different OS releases by reordering.
|
||||
DEFAULT_IMAGES=(
|
||||
=app-torcx/docker-19.03
|
||||
=app-torcx/docker-20.10
|
||||
)
|
||||
|
||||
# This list contains extra images which will be uploaded and included in the
|
||||
# generated manifest, but won't be included in the vendor store.
|
||||
EXTRA_IMAGES=(
|
||||
=app-torcx/docker-17.03
|
||||
)
|
||||
|
||||
mkdir -p "${BUILD_DIR}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user