Update kubernetes-entrypoint v0.1.1 to 0.3.0
Change-Id: Ie3ffa0697fbdafaac6f825303d0fbf52883a4397
This commit is contained in:
parent
616708d163
commit
e4b371fbe9
@ -4,7 +4,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
|||||||
{% block kubernetes_entrypoint_header %}{% endblock %}
|
{% block kubernetes_entrypoint_header %}{% endblock %}
|
||||||
|
|
||||||
{% block kubernetes_entrypoint_install_binary %}
|
{% block kubernetes_entrypoint_install_binary %}
|
||||||
RUN curl -Lo /usr/local/bin/kubernetes-entrypoint https://github.com/stackanetes/kubernetes-entrypoint/releases/download/v0.1.1/kubernetes-entrypoint \
|
RUN curl -Lo /usr/local/bin/kubernetes-entrypoint https://github.com/stackanetes/kubernetes-entrypoint/releases/download/v0.3.0/kubernetes-entrypoint \
|
||||||
&& chmod 755 /usr/local/bin/kubernetes-entrypoint
|
&& chmod 755 /usr/local/bin/kubernetes-entrypoint
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user