From: Adam King Date: Mon, 7 Aug 2023 15:47:40 +0000 (-0400) Subject: debian/control: add docker-ce as recommends for cephadm package X-Git-Tag: v19.0.0~717^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7884fae7f2d1dc2dbc717119844c5498e964d0f2;p=ceph-ci.git debian/control: add docker-ce as recommends for cephadm package The issue this is addressing is that if somebody has docker-ce installed but not docker.io with the current recommends it will install podman. If the user has docker-ce we don't want it to do that. Signed-off-by: Adam King --- diff --git a/debian/control b/debian/control index 89b3b3741ea..b17eb347d9a 100644 --- a/debian/control +++ b/debian/control @@ -187,7 +187,7 @@ Description: debugging symbols for ceph-base Package: cephadm Architecture: linux-any -Recommends: podman (>= 2.0.2) | docker.io +Recommends: podman (>= 2.0.2) | docker.io | docker-ce Depends: lvm2, ${python3:Depends}, Description: cephadm utility to bootstrap ceph daemons with systemd and containers