aboutsummaryrefslogtreecommitdiffstats
path: root/community/docker/docker-openrc-fixes.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/docker: add missing depend() to init.d scriptMichał Polański2020-02-281-13/+0
| | | | | Docker needs the services in `depend` function started. Also removed unused patch.
* community/docker: simplifyNatanael Copa2019-09-251-2/+2
| | | | | | | | | 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
* community/docker: update to 19.03.0Jake Buchholz2019-07-221-28/+4
| | | | Next major release of docker! Release notes at https://github.com/docker/docker-ce/releases/tag/v19.03.0
* community/docker: fix runscript for openrc 0.35 - need cgroupsJakub Jirutka2018-04-231-1/+1
| | | | | The cgroups mounting logic has been moved from the sysfs service to the cgroups service in OpenRC 0.35.
* community/docker: upgrade to 1.13.0Natanael Copa2017-01-201-5/+3
|
* community/docker: make docker service depend on sysfsNatanael Copa2016-09-141-15/+20
| | | | ref #6038
* community/docker: add needed binariesNatanael Copa2016-04-191-0/+34
docker 1.11 needs runc, containerd and containerd-shim. We bundle those simliar to how the precompiled official docker binary distribution does.