mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
Since docker-ce v18.09, the upstream repo github.com/docker/docker-ce has changed its way of version tagging, from `$VERSION-ce` to `$VERSION`. As a result, e.g. for v19.03.8, https://github.com/docker/docker-ce/archive/v19.03.8-ce.tar.gz is not valid any more. It must be actually https://github.com/docker/docker-ce/archive/v19.03.8.tar.gz. So we need to remove the suffix `-ce` from every version since v18.09.