From 1a06d47a0d035d4a34c8e330ea2d3733a50303cb Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 28 Nov 2019 10:30:54 +0100 Subject: [PATCH] tests: use Ceph Nautilus Prepare for adding support for RbdImageOptions with RBD_IMAGE_OPTION_FLATTEN that has been introduced in Ceph Mimic. Nautilus is the most recent supported versions, so use that for testing. Signed-off-by: Niels de Vos --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f2a34c..575dccd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \ uuid-runtime \ wget -ARG CEPH_REPO_URL=https://download.ceph.com/debian-luminous/ +ARG CEPH_REPO_URL=https://download.ceph.com/debian-nautilus/ RUN wget -q -O- 'https://download.ceph.com/keys/release.asc' | apt-key add - RUN apt-add-repository "deb ${CEPH_REPO_URL} xenial main"