kolla-ansible/docker/openvswitch/openvswitch-vswitchd/Dockerfile.j2
riwinter f96458fcbf Customizations for openvswitch
This patchset contains customization of Dockerfiles
of openvswitch containers

Change-Id: I9404fbee8552d5218ac57abf8a01bf259db729f5
Partially-implements: blueprint third-party-plugin-support
2016-07-26 19:26:48 -04:00

10 lines
331 B
Django/Jinja

FROM {{ namespace }}/{{ image_prefix }}openvswitch-base:{{ tag }}
MAINTAINER {{ maintainer }}
COPY extend_start.sh /usr/local/bin/kolla_openvswitch_extend_start
RUN chmod 755 /usr/local/bin/kolla_openvswitch_extend_start
{% block openvswitch_vswitchd_footer %}{% endblock %}
{% block footer %}{% endblock %}
{{ include_footer }}