diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2015-07-17 09:51:20 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-07-17 09:51:20 +0000 |
commit | c31933511f6b41f8e5b9c7f0389ef93e0a17a61c (patch) | |
tree | d50e4e64cb3bb69ac8deea7eba3318210e04d176 /testing/docker-registry | |
parent | 6b8e59612c76aa6cd8a8e86e44c278750f898e81 (diff) | |
download | aports-c31933511f6b41f8e5b9c7f0389ef93e0a17a61c.tar.bz2 aports-c31933511f6b41f8e5b9c7f0389ef93e0a17a61c.tar.xz |
testing/docker-registry: removed backup from apk since not supported. Bumped pkgrel
Diffstat (limited to 'testing/docker-registry')
-rw-r--r-- | testing/docker-registry/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/docker-registry/APKBUILD b/testing/docker-registry/APKBUILD index 2d251cef05..1c0e30262d 100644 --- a/testing/docker-registry/APKBUILD +++ b/testing/docker-registry/APKBUILD @@ -1,13 +1,12 @@ # Maintainer: Chritsian Kampka <christian at kampka dot net> pkgname=docker-registry pkgver=2.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="An implementation of the Docker Registry HTTP API V2 for use with docker 1.6+." url="https://github.com/docker/distribution" arch="x86_64" license="MIT" makedepends="git go" -backup="/etc/${pkgname}/config.yml" source="$pkgname-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz docker-registry.initd" |