summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/docker.scm10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index aeed94e804..9e2522d017 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -731,6 +731,10 @@ Tini is integrated with Docker.")
(define-public docker-registry
(package
(name "docker-registry")
+ ;; XXX: The project ships a "vendor" directory containing all
+ ;; dependencies, consider to review and package them. The Golang library
+ ;; is packaged in (gnu packges golang-xyz) as
+ ;; go-github-com-docker-distribution.
(version "2.8.3")
(source (origin
(method git-fetch)
@@ -745,6 +749,12 @@ Tini is integrated with Docker.")
(arguments
(list
#:import-path "github.com/docker/distribution"
+ #:test-subdirs #~(list "configuration"
+ "context"
+ "health"
+ "manifest"
+ "notifications/..."
+ "uuid")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'chdir-to-src