The RPM packages list containerd as a hard dependency. While having containerd installed allows certain features (e.g., allow you to run `docker engine activate`), this should not be a requirement for installing the Docker CLI, as it limits the use of this package for situations where the CLI is installed to connect to a remote daemon. This patch removes the containerd dependency from the RPM packages (the deb packages don't have this dependency, so no change is needed in those packages) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 037349c5dc3f18d3bea3be0217e249f716a8be25) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Signed-off-by: Eli Uriegas <eli.uriegas@docker.com> Upstream-commit: bc3867a8f6e59c56c967720c33c6ce9a65b64b7b Component: packaging
Docker CE Packaging
This repo contains the open source scripts for packaging Docker CE products.
This repository is solely maintained by Docker, Inc.
The scripts will build for this list of packages types:
- DEB packages for Ubuntu 18.04 Bionic
- DEB packages for Ubuntu 16.04 Xenial
- DEB packages for Debian 10 Buster
- DEB packages for Debian 9 Stretch
- RPM packages for Fedora 28
- RPM packages for Fedora 27
- RPM packages for CentOS 7
- TGZ and ZIP files with static binaries