Skip to content

Commit

Permalink
Merge pull request kubernetes-retired#503 from farcaller/luminous
Browse files Browse the repository at this point in the history
Bumped cephfs packages to luminous
  • Loading branch information
wongma7 authored Dec 7, 2017
2 parents d68738c + fb5e788 commit 18543a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ceph/cephfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

FROM centos:7

ENV CEPH_VERSION "jewel"
ENV CEPH_VERSION "luminous"
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 ceph-common python-cephfs && \
yum install -y --nogpgcheck ceph-common python-cephfs && \
yum clean all

COPY cephfs-provisioner /usr/local/bin/cephfs-provisioner
Expand Down
4 changes: 2 additions & 2 deletions ceph/cephfs/Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ RUN go build -a -ldflags '-extldflags "-static"' -o /go/bin/cephfs-provisioner c

FROM centos:7

ENV CEPH_VERSION "jewel"
ENV CEPH_VERSION "luminous"
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 ceph-common python-cephfs && \
yum install -y --nogpgcheck ceph-common python-cephfs && \
yum clean all

COPY --from=build /go/bin/cephfs-provisioner /usr/local/bin/cephfs-provisioner
Expand Down

0 comments on commit 18543a8

Please sign in to comment.