add zun-wsproxy image
zun needs to start zun-wsproxy service to provide the container attach feature(the container console on horizon), so a standalone docker image is required. Change-Id: I24d1b4a7b63c3bc86705269bda50fa2e3bdb9fab
This commit is contained in:
parent
2ef0bd51a9
commit
bedb106fad
14
docker/zun/zun-wsproxy/Dockerfile.j2
Normal file
14
docker/zun/zun-wsproxy/Dockerfile.j2
Normal file
@ -0,0 +1,14 @@
|
||||
FROM {{ namespace }}/{{ image_prefix }}zun-base:{{ tag }}
|
||||
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
|
||||
|
||||
{% block zun_wsproxy_header %}{% endblock %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
|
||||
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
|
||||
&& /bin/false
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% block zun_wsproxy_footer %}{% endblock %}
|
||||
{% block footer %}{% endblock %}
|
Loading…
Reference in New Issue
Block a user