6338f8fbb0
This patch introduces the docker template to build the skydive container, that can be used to monitor and troubleshoot networking in an openstack deployment. The skydive-analyzer and the skydive-agent will both rely on the same container. Implements: blueprint skydive-service Co-Authored-By: Nicolas Bouron <nicolas.bouron@gmail.com> Signed-off-by: Mathieu Rohon <mathieu.rohon@gmail.com> Change-Id: Iab783179c2c3aba496a91debfd38a12215ae9f10
9 lines
300 B
Django/Jinja
9 lines
300 B
Django/Jinja
FROM {{ namespace }}/{{ image_prefix }}skydive-base:{{ tag }}
|
|
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
|
|
|
|
{% block skydive_analyzer_header %}{% endblock %}
|
|
{% block skydive_analyzer_footer %}{% endblock %}
|
|
{% block footer %}{% endblock %}
|
|
|
|
USER skydive
|