Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/docker: upgrade to 18.06.1, added openrc sub-package | Bernhard J. M. Gruen | 2018-09-03 | 1 | -13/+14 |
| | | | | | | | This change to APKBUILD for runc also fixes a warning that gets logged every 30 seconds while running dockerd: failed to retrieve docker-runc version: unknown output format: runc version spec: 1.0.0\n Reason: the way it was built before was partially wrong | ||||
* | community/docker: upgrade to 18.03.1 | Matthieu Monnier | 2018-05-08 | 1 | -9/+9 |
| | |||||
* | community/docker: fix runscript for openrc 0.35 - need cgroups | Jakub Jirutka | 2018-04-23 | 1 | -2/+2 |
| | | | | | The cgroups mounting logic has been moved from the sysfs service to the cgroups service in OpenRC 0.35. | ||||
* | community/docker: upgrade to 18.03.0 | Matthieu Monnier | 2018-04-05 | 1 | -11/+11 |
| | |||||
* | community/docker: upgrade to 18.02.0 (edge release) | Bernhard J. M. Gruen | 2018-03-09 | 1 | -21/+14 |
| | |||||
* | community/docker: add install_if for vim subpackages | Sören Tempel | 2018-03-07 | 1 | -2/+3 |
| | | | | | | Other packages providing a vim subpackage (e.g. main/mercurial) also add an install_if rule for their vim subpackage. So for the sake of consistency do it here as well. | ||||
* | community/docker: update to 17.12.1 | Bernhard J. M. Gruen | 2018-03-02 | 1 | -2/+2 |
| | |||||
* | community/docker: enable on s390x | Natanael Copa | 2018-02-13 | 1 | -1/+1 |
| | |||||
* | community/docker: upgrade to 17.12.0 | Kevin Daudt | 2018-02-07 | 1 | -10/+8 |
| | |||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/ | ||||
* | community/docker: fix checksums | Natanael Copa | 2017-11-21 | 1 | -7/+10 |
| | | | | | we cannot expect that git master of cobra and go-md2man will remain unmodified. Use the last release tag. | ||||
* | community/docker: upgrade to 17.10.0 | TBK | 2017-11-21 | 1 | -46/+51 |
| | |||||
* | community/docker: update build to 17.07.0 | Joe Groocock | 2017-09-28 | 1 | -54/+75 |
| | |||||
* | community/[various]: fix trailing whitespace | tmpfile | 2017-07-10 | 1 | -1/+1 |
| | |||||
* | community/docker: enable on ppc64le | Natanael Copa | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | community/docker: upgrade to 17.05.0 | Matthieu Monnier | 2017-05-16 | 1 | -6/+6 |
| | |||||
* | community/[various]: no support for s390x yet | Tuan M. Hoang | 2017-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | py-opencl, R: missing dependencies community/{OpenBLAS,py-numpy} openspecfun: missing dependency community/openlibm llvm-libunwind: no support yet drawterm: no support yet caddy: https://github.com/caddyserver/buildworker/blob/e040f51c04552896ffe33a926cd76babed902b48/buildenv.go#L239 docker: disable for now. Currently we still cannot boot Alpine s390x natively yet, most usage are running inside containers. Thus it is not likely we need Docker on s390x for now. | ||||
* | community/docker: fix tarball source url | Natanael Copa | 2017-05-04 | 1 | -5/+5 |
| | | | | upstream github project changed name to moby | ||||
* | community/docker: Disable build on ppc64le | Breno Leitao | 2017-04-10 | 1 | -1/+1 |
| | | | | | | Disabling the build on ppc64le because 'go' is still not available at this moment. This commit should be reverted once we have go built on ppc64le. | ||||
* | community/docker: upgrade to 17.04.0 | Matthieu Monnier | 2017-04-07 | 1 | -14/+14 |
| | |||||
* | community/docker: ulimit -u to -p | Henrik Riomar | 2017-04-06 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | There is no -u flag to ulimit provided by Busybox ash, change to -p in docker.init bash ulimit: -n The maximum number of open file descriptors -u The maximum number of processes available to a single user ash ulimit (from Busybox): { RLIMIT_NOFILE, 0, 'n', "file descriptors" }, { RLIMIT_NPROC, 0, 'p', "processes" }, References: https://github.com/docker/docker/commit/428d7337e808ec5f4dba1b0aceda002f295cc320 https://github.com/docker/docker/commit/8db61095a3d0bcb0733580734ba5d54bc27a614d | ||||
* | community/docker: upgrade to 17.03.1 and add ca-certificates dependency | Matthieu Monnier | 2017-03-30 | 1 | -8/+8 |
| | |||||
* | community/docker: Fixing some packaging issues, adding docker-doc subpackage. | Gennady Feldman | 2017-03-30 | 1 | -5/+33 |
| | | | | | | | * Needed to tweak tini to return not just version but also commit. This is needed so docker doesn't complain it can't get version. * Added docker-doc man pages (sub package) * Upgrade to v17.03.1-ce | ||||
* | community/docker: Fixing APKBUILD, adding tini. | Gennady Feldman | 2017-03-24 | 1 | -18/+40 |
| | | | | | | | | * Trying to fix broken APKBUILD. (Wasn't catching package errors) * Adding tini (docker-init binary) * Added fish completion sub-package * Re-enabled aufs and devicemapper | ||||
* | community/docker: upgrade to 1.13.1 | Ivan Tham | 2017-02-23 | 1 | -12/+2 |
| | |||||
* | community/docker: upgrade to 1.13.0 | Natanael Copa | 2017-01-20 | 1 | -20/+41 |
| | |||||
* | community/docker: upgrade to 1.12.6 | Natanael Copa | 2017-01-11 | 1 | -4/+4 |
| | |||||
* | community/docker: upgrade to 1.12.5 | Natanael Copa | 2017-01-09 | 1 | -4/+4 |
| | |||||
* | community/[various]: dont set arch in split function | Timo Teräs | 2016-11-02 | 1 | -6/+3 |
| | |||||
* | community/docker: upgrade to 1.12.3 | Natanael Copa | 2016-10-28 | 1 | -5/+5 |
| | |||||
* | community/docker: upgrade to 1.12.2 | Carlo Landmeter | 2016-10-12 | 1 | -4/+4 |
| | |||||
* | community/docker: make docker service depend on sysfs | Natanael Copa | 2016-09-14 | 1 | -4/+4 |
| | | | | ref #6038 | ||||
* | community/docker: upgrade to 1.12.1 | Natanael Copa | 2016-08-25 | 1 | -5/+4 |
| | |||||
* | community/docker: upgrade to 1.12.0 | Natanael Copa | 2016-07-29 | 1 | -29/+29 |
| | |||||
* | community/docker: upgrade to 1.11.2 | Natanael Copa | 2016-06-16 | 1 | -4/+4 |
| | |||||
* | community/docker: upgrade to 1.11.1 | Natanael Copa | 2016-04-28 | 1 | -13/+13 |
| | |||||
* | community/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | community/docker: add needed binaries | Natanael Copa | 2016-04-19 | 1 | -19/+82 |
| | | | | | docker 1.11 needs runc, containerd and containerd-shim. We bundle those simliar to how the precompiled official docker binary distribution does. | ||||
* | community/docker: new upstream version 1.11.0 | Christian Kampka | 2016-04-16 | 1 | -4/+4 |
| | |||||
* | community/docker: new upstream version 1.10.3 | Christian Kampka | 2016-03-20 | 1 | -4/+4 |
| | |||||
* | community/docker: upgrade to 1.10.2 | Natanael Copa | 2016-02-24 | 1 | -4/+4 |
| | |||||
* | community/docker: upgrade to 1.10.1 | Natanael Copa | 2016-02-12 | 1 | -4/+4 |
| | |||||
* | community/docker: upgrade to 1.10.0 | Natanael Copa | 2016-02-05 | 1 | -5/+5 |
| | |||||
* | community/docker: bump pkgrel | Bartłomiej Piotrowski | 2015-12-01 | 1 | -1/+1 |
| | |||||
* | community/docker: enable build for all architectures | Bartłomiej Piotrowski | 2015-12-01 | 1 | -1/+1 |
| | |||||
* | community/docker: adjust _gitcommit | Sören Tempel | 2015-11-22 | 1 | -2/+2 |
| | |||||
* | community/docker: new upstream version 1.9.1 | Christian Kampka | 2015-11-22 | 1 | -4/+4 |
| | |||||
* | community/docker: enable x86 | Natanael Copa | 2015-11-04 | 1 | -1/+1 |
| | |||||
* | community/docker: new upstream version 1.9.0 | Christian Kampka | 2015-11-04 | 1 | -7/+7 |
| | |||||
* | community/docker: new upstream version 1.8.3 | Christian Kampka | 2015-10-12 | 1 | -6/+6 |
| |