8 lines
184 B
Docker
Raw Normal View History

FROM {{ namespace }}/{{ image_prefix }}ceph-base:{{ tag }}
MAINTAINER Kolla Project (https://launchpad.net/kolla)
COPY start.sh /
COPY fetch_ceph_keys.py /usr/bin/
CMD ["/start.sh"]