016c5ed30c
Tim Shearer started it in 1d96a2bbe1b536b7d7f4cdbf55c6dabae6d058ae. Since all extend_start files are sourced rather than executed, the executable bits are now cleared throughout the project. Change-Id: Ia1797c32fc6a35f9f077c673abf4d8e16e51a760
17 lines
530 B
Django/Jinja
17 lines
530 B
Django/Jinja
FROM {{ namespace }}/{{ image_prefix }}ceilometer-base:{{ tag }}
|
|
{% block labels %}
|
|
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
|
|
{% endblock %}
|
|
|
|
{% block ceilometer_notification_header %}{% endblock %}
|
|
|
|
{% import "macros.j2" as macros with context %}
|
|
|
|
COPY extend_start.sh /usr/local/bin/kolla_ceilometer_extend_start
|
|
RUN chmod 644 /usr/local/bin/kolla_ceilometer_extend_start
|
|
|
|
{% block ceilometer_notification_footer %}{% endblock %}
|
|
{% block footer %}{% endblock %}
|
|
|
|
USER ceilometer
|