Merge "kubetoolbox: mark as x86-64 only"

This commit is contained in:
Jenkins 2017-04-20 12:59:51 +00:00 committed by Gerrit Code Review
commit 139e0dd094
1 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,13 @@ LABEL maintainer="{{ maintainer }}"
{% block kubetoolbox_header %}{% endblock %}
{% if base_arch != 'x86_64' %}
RUN echo 'There is no "kubectl" binary for {{ base_arch }}' \
&& /bin/false
{% endif %}
{% import "macros.j2" as macros with context %}
{% set kubetoolbox_packages = [