Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #841 from alvistack/ceph_version-mimic
Browse files Browse the repository at this point in the history
Update CEPH_VERSION to mimic
  • Loading branch information
wongma7 committed Jul 6, 2018
2 parents e9f7aaf + 0440a20 commit a49d411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ceph/cephfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

FROM centos:7

ENV CEPH_VERSION "luminous"
ENV CEPH_VERSION "mimic"
RUN rpm -Uvh https://download.ceph.com/rpm-$CEPH_VERSION/el7/noarch/ceph-release-1-1.el7.noarch.rpm && \
yum install -y epel-release && \
yum install -y --nogpgcheck ceph-common python-cephfs && \
Expand Down
2 changes: 1 addition & 1 deletion ceph/rbd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

FROM centos:7

ENV CEPH_VERSION "luminous"
ENV CEPH_VERSION "mimic"
RUN rpm -Uvh https://download.ceph.com/rpm-$CEPH_VERSION/el7/noarch/ceph-release-1-1.el7.noarch.rpm && \
yum install -y epel-release && \
yum install -y --nogpgcheck ceph-common && \
Expand Down

0 comments on commit a49d411

Please sign in to comment.