mirror of
https://github.com/ceph/go-ceph
synced 2025-02-16 18:47:23 +00:00
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 <ndevos@redhat.com>
This commit is contained in:
parent
6a17d59988
commit
1a06d47a0d
@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
uuid-runtime \
|
uuid-runtime \
|
||||||
wget
|
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 wget -q -O- 'https://download.ceph.com/keys/release.asc' | apt-key add -
|
||||||
RUN apt-add-repository "deb ${CEPH_REPO_URL} xenial main"
|
RUN apt-add-repository "deb ${CEPH_REPO_URL} xenial main"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user