mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 06:10:22 +00:00
Merge pull request #43 from alvistack/ceph_version-mimic
Update CEPH_VERSION to mimic
This commit is contained in:
commit
51642c9a3a
@ -2,7 +2,7 @@ FROM ubuntu:16.04
|
|||||||
LABEL maintainers="Kubernetes Authors"
|
LABEL maintainers="Kubernetes Authors"
|
||||||
LABEL description="CephFS CSI Plugin"
|
LABEL description="CephFS CSI Plugin"
|
||||||
|
|
||||||
ENV CEPH_VERSION "luminous"
|
ENV CEPH_VERSION "mimic"
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y wget && \
|
RUN apt-get update && apt-get install -y wget && \
|
||||||
wget -q -O- 'https://download.ceph.com/keys/release.asc' | apt-key add - && \
|
wget -q -O- 'https://download.ceph.com/keys/release.asc' | apt-key add - && \
|
||||||
|
@ -2,7 +2,7 @@ FROM centos:7
|
|||||||
LABEL maintainers="Kubernetes Authors"
|
LABEL maintainers="Kubernetes Authors"
|
||||||
LABEL description="RBD CSI Plugin"
|
LABEL description="RBD CSI Plugin"
|
||||||
|
|
||||||
ENV CEPH_VERSION "luminous"
|
ENV CEPH_VERSION "mimic"
|
||||||
RUN yum install -y centos-release-ceph && \
|
RUN yum install -y centos-release-ceph && \
|
||||||
yum install -y ceph-common e2fsprogs && \
|
yum install -y ceph-common e2fsprogs && \
|
||||||
yum clean all
|
yum clean all
|
||||||
|
Loading…
Reference in New Issue
Block a user