59a1c8b9fb
Added new option in kolla-build.conf Change-Id: I45fe51966bcb59ea19d112281ba3d5a1ba091a56 Closes-Bug:#1514304
8 lines
254 B
Django/Jinja
8 lines
254 B
Django/Jinja
FROM {{ namespace }}/{{ image_prefix }}ceph-base:{{ tag }}
|
|
MAINTAINER {{ maintainer }}
|
|
|
|
COPY fetch_ceph_keys.py /usr/bin/
|
|
|
|
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
|
RUN chmod 755 /usr/local/bin/kolla_extend_start /usr/bin/fetch_ceph_keys.py
|