mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 11:50:18 +00:00
update base image in Dockerfile
As we have the octopus as the latest release base image,this PR updates the base image in Dockerfile Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
3c3a624d1a
commit
c629c3bf52
@ -1,4 +1,4 @@
|
||||
FROM ceph/ceph:v14.2
|
||||
FROM ceph/ceph:v15
|
||||
LABEL maintainers="Ceph-CSI Authors"
|
||||
LABEL description="Ceph-CSI Plugin"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM ceph/ceph:v14
|
||||
FROM ceph/ceph:v15
|
||||
|
||||
ENV GOPATH=/go
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user