diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-24 09:11:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-25 12:03:34 +0000 |
commit | 39012086b781245da1db14e85b76fadafba7a827 (patch) | |
tree | f74f85cadf10a15a26f2b4635601aed7fc808e78 /community/docker/docker-openrc-fixes.patch | |
parent | 63e8390eac3f3b21d025fa7e9cdd462c5a0aedaa (diff) | |
download | aports-39012086b781245da1db14e85b76fadafba7a827.tar.bz2 aports-39012086b781245da1db14e85b76fadafba7a827.tar.xz |
community/docker: simplify
get rid of needless _ver variable. This also fixes `docker --version` to
be more consistent with the .dep from docker inc.
get rid of _apply_patches() and prepare() functions
replace _dockerdir variable with builddir and adjust openrc patch
Diffstat (limited to 'community/docker/docker-openrc-fixes.patch')
-rw-r--r-- | community/docker/docker-openrc-fixes.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/docker/docker-openrc-fixes.patch b/community/docker/docker-openrc-fixes.patch index 5ac8405238..faa02e0d7a 100644 --- a/community/docker/docker-openrc-fixes.patch +++ b/community/docker/docker-openrc-fixes.patch @@ -1,5 +1,5 @@ ---- a/contrib/init/openrc/docker.initd -+++ b/contrib/init/openrc/docker.initd +--- a/components/engine/contrib/init/openrc/docker.initd ++++ b/components/engine/contrib/init/openrc/docker.initd @@ -17,6 +17,10 @@ retry="${DOCKER_RETRY:-TERM/60/KILL/10}" |