diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-08-06 20:53:47 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-08-07 07:35:45 +0000 |
commit | 5fc8c7a524a6ed367e4202af0ae400e1b76dd926 (patch) | |
tree | c326389b80be006fa34cab5c9b7c3cf7b4364f1c | |
parent | 43f9b6819bcf3b78d379613baa8d576ddc51ddfb (diff) | |
download | aports-5fc8c7a524a6ed367e4202af0ae400e1b76dd926.tar.bz2 aports-5fc8c7a524a6ed367e4202af0ae400e1b76dd926.tar.xz |
testing/docker-registery: go binaries should not be stripped
-rw-r--r-- | testing/docker-registry/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/docker-registry/APKBUILD b/testing/docker-registry/APKBUILD index d5a90f4b9a..042ff27c50 100644 --- a/testing/docker-registry/APKBUILD +++ b/testing/docker-registry/APKBUILD @@ -1,12 +1,13 @@ # Maintainer: Chritsian Kampka <christian at kampka dot net> pkgname=docker-registry pkgver=2.0.1 -pkgrel=1 +pkgrel=2 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="Apache 2.0" makedepends="git go" +options="!strip" source="$pkgname-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz docker-registry.initd" |