kolla/docker/almanach/almanach-collector/Dockerfile.j2
Bertrand Lallau b8f7693d41 Implement Almanach Docker images
Almanach record the utilization of OpenStack resources for each tenant.

Implements: blueprint containerized-almanach
Change-Id: Iba2e16772864a6f0169ec43d7a87d741882cd51c
2017-11-09 09:40:37 +00:00

17 lines
446 B
Django/Jinja

FROM {{ namespace }}/{{ image_prefix }}almanach-base:{{ tag }}
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
{% block almanach_collector_header %}{% endblock %}
{% if install_type == 'binary' %}
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
&& /bin/false
{% endif %}
{% block almanach_collector_footer %}{% endblock %}
{% block footer %}{% endblock %}
USER almanach