Update kubernetes-entrypoint v0.1.1 to 0.3.0

Change-Id: Ie3ffa0697fbdafaac6f825303d0fbf52883a4397
This commit is contained in:
tonybrad 2018-08-06 10:10:03 +08:00
parent 616708d163
commit e4b371fbe9
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}