Skip to content

Commit 7eab415

Browse files
committed
deb: remove "Conflicts: lxc-docker, lxc-docker-virtual-package"
These conflicts were added as part of the first implementation of the deb packaging scripts in [eee1efc] (2015) to replace the old packages. These packages where part of the old PPA at get.docker.io (see [1], [2]), which is long gone; curl -I https://get.docker.io/ubuntu HTTP/1.1 301 Moved Permanently content-length: 0 location: https://get.docker.com/ubuntu curl -fsSL https://get.docker.com/ubuntu echo "# WARNING! This script is deprecated. Please use the script" echo "# at https://get.docker.com/" exit 1 [eee1efc]: moby/moby@eee1efc [2]: https://www.ubuntuupdates.org/package/docker/docker/main/base/lxc-docker [3]: https://www.ubuntuupdates.org/ppa/docker?dist=docker Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent a218478 commit 7eab415

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

deb/common/control

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ Recommends: apparmor,
4141
Suggests: aufs-tools [amd64], cgroupfs-mount | cgroup-lite
4242
Conflicts: docker (<< 1.5~),
4343
docker-engine,
44-
docker.io,
45-
lxc-docker,
46-
lxc-docker-virtual-package
44+
docker.io
4745
Replaces: docker-engine
4846
Description: Docker: the open-source application container engine
4947
Docker is a product for you to build, ship and run any application as a
@@ -63,9 +61,7 @@ Recommends: docker-buildx-plugin,
6361
docker-compose-plugin
6462
Conflicts: docker (<< 1.5~),
6563
docker-engine,
66-
docker.io,
67-
lxc-docker,
68-
lxc-docker-virtual-package
64+
docker.io
6965
Replaces: docker-ce (<< 5:0)
7066
Breaks: docker-ce (<< 5:0)
7167
Description: Docker CLI: the open-source application container engine

0 commit comments

Comments
 (0)