]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
debian/control: add docker-ce as recommends for cephadm package
authorAdam King <adking@redhat.com>
Mon, 7 Aug 2023 15:47:40 +0000 (11:47 -0400)
committerAdam King <adking@redhat.com>
Mon, 7 Aug 2023 15:49:56 +0000 (11:49 -0400)
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 <adking@redhat.com>
debian/control

index 89b3b3741eaf31634ed4d690fba091d54e35b517..b17eb347d9a309ef6ca4a1a234a07840d5f21edd 100644 (file)
@@ -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