Skip to content

Commit

Permalink
upgrade ks in deployer to fix one block issue (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchihe authored and k8s-ci-robot committed Mar 27, 2019
1 parent e452385 commit 4029513
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/kubeflow/deployer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ RUN apt-get update -q && apt-get upgrade -y && \
lsb-release \
unzip \
wget && \
wget -O /opt/ks_0.12.0_linux_amd64.tar.gz \
https://github.com/ksonnet/ksonnet/releases/download/v0.12.0/ks_0.12.0_linux_amd64.tar.gz && \
tar -C /opt -xzf /opt/ks_0.12.0_linux_amd64.tar.gz && \
cp /opt/ks_0.12.0_linux_amd64/ks /bin/. && \
rm -f /opt/ks_0.12.0_linux_amd64.tar.gz && \
wget -O /opt/ks_0.13.1_linux_amd64.tar.gz \
https://github.com/ksonnet/ksonnet/releases/download/v0.13.1/ks_0.13.1_linux_amd64.tar.gz && \
tar -C /opt -xzf /opt/ks_0.13.1_linux_amd64.tar.gz && \
cp /opt/ks_0.13.1_linux_amd64/ks /bin/. && \
rm -f /opt/ks_0.13.1_linux_amd64.tar.gz && \
wget -O /bin/kubectl \
https://storage.googleapis.com/kubernetes-release/release/v1.11.2/bin/linux/amd64/kubectl && \
chmod u+x /bin/kubectl && \
Expand Down

0 comments on commit 4029513

Please sign in to comment.