Skip to content
Snippets Groups Projects
Commit d0a5fdca authored by Sean's avatar Sean Committed by Tirumarai Selvan
Browse files

Upgrade docker cli to 18.06

parent 23fc06b7
Branches
Tags v1.12.1
No related merge requests found
......@@ -4,10 +4,10 @@ MAINTAINER tiru@hasura.io
# Install openssh server
RUN apt-get update \
&& apt-get install -y upx-ucl binutils curl openssh-server git jq \
&& curl -o /tmp/docker-1.12 'https://get.docker.com/builds/Linux/x86_64/docker-1.12.6.tgz' \
&& tar -xf /tmp/docker-1.12 -C /tmp \
&& curl -o /tmp/docker-18.06 'https://download.docker.com/linux/static/stable/x86_64/docker-18.06.1-ce.tgz' \
&& tar -xf /tmp/docker-18.06 -C /tmp \
&& mv /tmp/docker/docker /bin/docker \
&& rm -rf /tmp/docker-1.12 /tmp/docker \
&& rm -rf /tmp/docker-18.06 /tmp/docker \
&& strip --strip-unneeded /bin/docker \
&& chmod a+x /bin/docker \
&& upx /bin/docker \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment