Skip to content

Commit

Permalink
Hotfix: selecting last compatible kubectl version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBajonAmbient committed Feb 18, 2022
1 parent e2546db commit 6d6a864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN curl -O https://bootstrap.pypa.io/get-pip.py \

RUN cp /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN pip install awscli --upgrade
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl \
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.17.17/bin/linux/amd64/kubectl \
&& chmod +x kubectl && mv kubectl /usr/local/bin/kubectl \
&& mkdir -p /root/.kube
VOLUME ["/root/.kube"]
Expand Down

0 comments on commit 6d6a864

Please sign in to comment.