Dongsu Park 757779c56d app-emulation/docker: Fix URLs for docker-ce tarballs
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.
2020-05-27 10:37:26 +02:00
..