Merge "Add header blocks to Dockerfiles"
This commit is contained in:
commit
74d836659c
@ -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 }}' \
|
||||
|
@ -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 }}' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user