Merge "Add header blocks to Dockerfiles"

This commit is contained in:
Jenkins 2016-11-06 04:19:59 +00:00 committed by Gerrit Code Review
commit 74d836659c
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 }}' \