aboutsummaryrefslogtreecommitdiffstats
path: root/community/docker-registry
Commit message (Collapse)AuthorAgeFilesLines
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-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-registry: security upgrade to 2.6.2Andy Postnikov2017-11-151-3/+3
| | | | CVE-2017-1146 https://github.com/docker/distribution/releases/tag/v2.6.2
* community/docker-registry: rebuild with go 1.8, enable ppc64leNatanael Copa2017-05-161-2/+2
|
* community/docker-registry: precreate data dir and improve configJakub Jirutka2017-04-212-5/+29
|
* community/docker-registry: fix init scriptJakub Jirutka2017-04-202-3/+3
|
* community/docker-registry: add basic check() functionJakub Jirutka2017-04-201-0/+6
|
* community/docker-registry: strip and add -dbg subpackageJakub Jirutka2017-04-201-1/+1
|
* community/docker-registry: upgrade to 2.6.1Jakub Jirutka2017-04-201-2/+11
|
* community/docker-registry: upgrade to 2.6.0Jakub Jirutka2017-02-251-2/+2
|
* community/docker-registry: improve runscriptJakub Jirutka2017-02-252-18/+21
|
* community/docker-registry: improve abuildJakub Jirutka2017-02-251-25/+27
|
* community/docker-registry: upgrade to 2.5.1Christian Kampka2016-09-131-4/+4
|
* community/docker-registry: new upstream version 2.4.1Christian Kampka2016-06-301-5/+5
|
* community/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Reorder arguments passed to addgroup/adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-251-0/+1
| | | | | | | | | | | | 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.
* Add -g option (GECOS/comment) to adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | This way we can avoid ugly default: Linux user,,,
* community/docker-registry: bump pkgrelChristian Kampka2016-04-161-1/+1
|
* community/docker-registry: fix build pathChristian Kampka2016-04-161-1/+2
|
* community/docker-registry: new upstream version 2.4.0Christian Kampka2016-04-161-4/+4
|
* community/docker-registry: new upstream version 2.3.1Christian Kampka2016-03-201-4/+4
|
* community/docker-registry: new upstream version 2.2.1Christian Kampka2015-12-121-4/+4
|
* community/docker-registry: enable on x86Natanael Copa2015-11-041-1/+1
|
* community/docker-registry: new upstream version 2.2.0Christian Kampka2015-11-041-5/+5
|
* testing/docker-registry: move to communityChristian Kampka2015-10-213-0/+75