aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2015-07-17 09:51:20 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2015-07-17 09:51:20 +0000
commitc31933511f6b41f8e5b9c7f0389ef93e0a17a61c (patch)
treed50e4e64cb3bb69ac8deea7eba3318210e04d176
parent6b8e59612c76aa6cd8a8e86e44c278750f898e81 (diff)
downloadaports-c31933511f6b41f8e5b9c7f0389ef93e0a17a61c.tar.bz2
aports-c31933511f6b41f8e5b9c7f0389ef93e0a17a61c.tar.xz
testing/docker-registry: removed backup from apk since not supported. Bumped pkgrel
-rw-r--r--testing/docker-registry/APKBUILD3
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"