Add header blocks to Dockerfiles

TrivialFix

Change-Id: I73da488b3d147c03e113772a32af8401daf1583a
This commit is contained in:
caowei 2016-11-05 07:24:13 +08:00
parent f25f1b7b6d
commit 06ce7be1c3
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
MAINTAINER {{ maintainer }}
{% block kuryr_base_header %}{% endblock %}
{% if install_type == 'binary' %}
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \

View File

@ -1,6 +1,8 @@
FROM {{ namespace }}/{{ image_prefix }}kuryr-base:{{ tag }}
MAINTAINER {{ maintainer }}
{% block kuryr_libnetwork_header %}{% endblock %}
{% if install_type == 'binary' %}
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \