projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a96c86
)
Downgrade docker min version
author
Rafael dos Santos Silva
<xfalcox@gmail.com>
Sun, 15 Oct 2017 23:15:36 +0000
(21:15 -0200)
committer
GitHub
<noreply@github.com>
Sun, 15 Oct 2017 23:15:36 +0000
(21:15 -0200)
This should help people who are stuck in distros that can't provide a current and supported version of docker.
See https://github.com/discourse/discourse_docker/commit/
ddf8c54cdde0e448526f4fa0e9f7272695db8271
#comments
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/launcher
index 48adc36d6419f2f885bc10d5267e845b6f933201..4d167657fc9bc08e6de8648ce2eb05cbccee4dfd 100755
(executable)
--- a/
launcher
+++ b/
launcher
@@
-56,7
+56,7
@@
fi
cd "$(dirname "$0")"
-docker_min_version='17.0
6.2
'
+docker_min_version='17.0
3.1
'
docker_rec_version='17.06.2'
git_min_version='1.8.0'
git_rec_version='1.8.0'