mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
Update CEPH_VERSION to mimic
This commit is contained in:
parent
0df9e8e794
commit
1fbd3e69de
@ -2,7 +2,7 @@ FROM ubuntu:16.04
|
||||
LABEL maintainers="Kubernetes Authors"
|
||||
LABEL description="CephFS CSI Plugin"
|
||||
|
||||
ENV CEPH_VERSION "luminous"
|
||||
ENV CEPH_VERSION "mimic"
|
||||
|
||||
RUN apt-get update && apt-get install -y wget && \
|
||||
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 description="RBD CSI Plugin"
|
||||
|
||||
ENV CEPH_VERSION "luminous"
|
||||
ENV CEPH_VERSION "mimic"
|
||||
RUN yum install -y centos-release-ceph && \
|
||||
yum install -y ceph-common e2fsprogs && \
|
||||
yum clean all
|
||||
|
Loading…
Reference in New Issue
Block a user