kolla-ansible/docker/senlin/senlin-api/Dockerfile.j2
Eduardo Gonzalez 4d6840c2a5 Customizations for Senlin
This patchset contains customization of Dockerfile of Senlin
containers

Change-Id: I0f8269f5eff1ccf6881d46f6082830f3e586d945
Partially-implements: blueprint third-party-plugin-support
Signed-off-by: Eduardo Gonzalez <dabarren@gmail.com>
2016-08-16 17:04:11 +02:00

19 lines
458 B
Django/Jinja

FROM {{ namespace }}/{{ image_prefix }}senlin-base:{{ tag }}
MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
&& /bin/false
{% endif %}
COPY extend_start.sh /usr/local/bin/kolla_senlin_extend_start
RUN chmod 755 /usr/local/bin/kolla_senlin_extend_start
{% block senlin_api_footer %}{% endblock %}
{% block footer %}{% endblock %}
{{ include_footer }}
USER senlin