2015-09-17 09:35:33 -07:00
|
|
|
FROM {{ namespace }}/{{ image_prefix }}heat-base:{{ tag }}
|
2020-02-19 22:39:33 +01:00
|
|
|
{% block labels %}
|
2017-05-02 16:23:09 +09:00
|
|
|
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
|
2020-02-19 22:39:33 +01:00
|
|
|
{% endblock %}
|
2016-09-07 18:15:01 +01:00
|
|
|
|
|
|
|
{% block heat_api_header %}{% endblock %}
|
|
|
|
|
2016-06-14 19:30:38 +00:00
|
|
|
{% import "macros.j2" as macros with context %}
|
2015-08-14 21:53:42 -07:00
|
|
|
|
2016-02-24 11:57:55 +01:00
|
|
|
COPY extend_start.sh /usr/local/bin/kolla_heat_extend_start
|
2022-04-22 11:34:55 +02:00
|
|
|
RUN chmod 644 /usr/local/bin/kolla_heat_extend_start
|
2015-08-28 13:17:41 +03:00
|
|
|
|
2016-06-14 19:30:38 +00:00
|
|
|
{% block heat_api_footer %}{% endblock %}
|
|
|
|
{% block footer %}{% endblock %}
|