mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
c629c3bf52
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>
12 lines
144 B
Docker
12 lines
144 B
Docker
FROM ceph/ceph:v15
|
|
|
|
ENV GOPATH=/go
|
|
|
|
RUN yum -y install \
|
|
golang \
|
|
make \
|
|
librados-devel \
|
|
librbd-devel \
|
|
&& yum -y update \
|
|
&& true
|