Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -2/+15 |
| | | | | | | | | | | | | | | | | | 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 | 2 | -5/+111 |
| | | | | | | | * 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 | 2 | -25/+44 |
| | |||||
* | 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 | 2 | -19/+24 |
| | | | | 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 | 3 | -103/+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 |
| | |||||
* | Improve consistency of scripts using adduser/addgroup. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -3/+2 |
| | | | | | | | | | | | | Following rules have been applied: - script starts with shebang !#/bin/sh followed by blank line, - script ends with exit 0 prepended by blank line, - only stderr of adduser, addgroup or passwd is redirected to /dev/null, - getent passwd/group instances has been removed, - manual checking of file and group existence has been removed, - `|| true` instances has been removed. Comments and line wrapping have been preserved. | ||||
* | community/docker: add needed binaries | Natanael Copa | 2016-04-19 | 4 | -19/+156 |
| | | | | | 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 | 2 | -19/+22 |
| | |||||
* | community/docker: new upstream version 1.8.3 | Christian Kampka | 2015-10-12 | 1 | -6/+6 |
| | |||||
* | community/docker: moved from main | Eivind Uggedal | 2015-09-30 | 3 | -0/+138 |