Skip to content

Commit fe6c779

Browse files
authored
update kubectl (#12018)
1 parent 69c0344 commit fe6c779

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile.base

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM {{ hail_ubuntu_image.image }}
33
# source: https://cloud.google.com/storage/docs/gsutil_install#linux
44
RUN curl --remote-name https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-334.0.0-linux-x86_64.tar.gz && \
55
tar -xf google-cloud-sdk-334.0.0-linux-x86_64.tar.gz && \
6-
curl --remote-name https://dl.k8s.io/release/v1.19.7/bin/linux/amd64/kubectl && \
6+
curl --remote-name https://dl.k8s.io/release/v1.21.14/bin/linux/amd64/kubectl && \
77
install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
88
ENV PATH $PATH:/google-cloud-sdk/bin
99

tls/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM {{ hail_ubuntu_image.image }}
55
# jdk not strictly necessary, but we want keytool
66
RUN curl -sSLO https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-334.0.0-linux-x86_64.tar.gz && \
77
tar -xf google-cloud-sdk-334.0.0-linux-x86_64.tar.gz && \
8-
curl -sSLO https://dl.k8s.io/release/v1.19.7/bin/linux/amd64/kubectl && \
8+
curl -sSLO https://dl.k8s.io/release/v1.21.14/bin/linux/amd64/kubectl && \
99
install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl && \
1010
hail-apt-get-install openssl openjdk-8-jdk-headless && \
1111
sed -i 's/^RANDFILE/#RANDFILE/' /etc/ssl/openssl.cnf && \

0 commit comments

Comments
 (0)