Files
docker-cli/components/packaging
Sebastiaan van StijnandEli Uriegas 9c47bb0899 Remove containerd dependency from CLI
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
2018-11-28 18:19:44 +00:00
..
2018-10-02 10:01:45 -07:00
2018-11-28 18:19:44 +00:00
2018-09-26 18:57:16 +00:00
2018-11-19 17:25:13 +00:00
2018-07-06 18:04:36 +00:00
2018-09-12 06:00:21 -07:00
2018-08-18 21:49:50 +00:00
2018-09-04 08:26:35 +00:00
2018-10-26 14:25:17 +02:00

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