Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitkube
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
hasura
gitkube
Commits
d0a5fdca
Commit
d0a5fdca
authored
6 years ago
by
Sean
Committed by
Tirumarai Selvan
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade docker cli to 18.06
parent
23fc06b7
Branches
Branches containing commit
Tags
v1.12.1
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/gitkubed/Dockerfile
+3
-3
3 additions, 3 deletions
build/gitkubed/Dockerfile
with
3 additions
and
3 deletions
build/gitkubed/Dockerfile
+
3
−
3
View file @
d0a5fdca
...
...
@@ -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-1
8.06
'https://
download
.docker.com/
linux/static/stable
/x86_64/docker-1
8.06.1-ce
.tgz'
\
&&
tar
-xf
/tmp/docker-1
8.06
-C
/tmp
\
&&
mv
/tmp/docker/docker /bin/docker
\
&&
rm
-rf
/tmp/docker-1
.12
/tmp/docker
\
&&
rm
-rf
/tmp/docker-1
8.06
/tmp/docker
\
&&
strip
--strip-unneeded
/bin/docker
\
&&
chmod
a+x /bin/docker
\
&&
upx /bin/docker
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment