1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
Source: docker-registry
Section: utils
Priority: optional
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>, Tim Potter <tpot@hpe.com>, Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 11~),
dh-exec,
dh-golang,
golang-github-docker-goamz-dev,
golang-github-aws-aws-sdk-go-dev,
golang-check.v1-dev | golang-gopkg-check.v1-dev,
golang-github-azure-azure-sdk-for-go-dev,
golang-github-bshuster-repo-logrus-logstash-hook-dev (>= 0.4.1),
golang-github-bugsnag-bugsnag-go-dev,
golang-github-docker-libtrust-dev,
golang-github-garyburd-redigo-dev,
golang-github-gorilla-handlers-dev,
golang-github-gorilla-mux-dev,
golang-github-mitchellh-mapstructure-dev,
golang-github-ncw-swift-dev (>= 0.0~git20151108),
golang-github-sirupsen-logrus-dev (>= 1.0.2~),
golang-github-spf13-cobra-dev,
golang-github-stevvooe-resumable-dev,
golang-any,
golang-golang-x-crypto-dev,
golang-golang-x-net-dev,
golang-github-rsc-letsencrypt-dev,
golang-yaml.v2-dev | golang-gopkg-yaml.v2-dev
Standards-Version: 4.1.4
Homepage: https://github.com/docker/distribution
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-docker-distribution
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-docker-distribution.git
XS-Go-Import-Path: github.com/docker/distribution
Package: docker-registry
Architecture: any
Depends: adduser, ${misc:Depends}, ${shlibs:Depends}, lsb-base
Built-Using: ${misc:Built-Using}
Description: Docker toolset to pack, ship, store, and deliver content
The Docker toolset to pack, ship, store, and deliver content.
.
The Docker Registry 2.0 implementation contained in this package is for storing
and distributing Docker images. It supersedes the docker/docker-registry
project with a new API design, focused around security and performance.
.
This project should provide an implementation to a V2 API for use in the Docker
core project. The API should be embeddable and simplify the process of securely
pulling and pushing content from docker daemons.
.
The new registry implementation provides the following benefits:
.
* faster push and pull
* new, more efficient implementation
* simplified deployment
* pluggable storage backend
* webhook notifications
Package: golang-github-docker-distribution-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-aws-aws-sdk-go-dev,
# golang-github-azure-azure-sdk-for-go-dev,
golang-github-bugsnag-bugsnag-go-dev,
golang-github-docker-libtrust-dev,
golang-github-garyburd-redigo-dev,
golang-github-gorilla-handlers-dev,
golang-github-gorilla-mux-dev,
golang-github-mitchellh-mapstructure-dev,
golang-github-ncw-swift-dev,
golang-github-sirupsen-logrus-dev (>= 1.0.2~),
golang-github-spf13-cobra-dev,
golang-github-stevvooe-resumable-dev,
golang-golang-x-crypto-dev,
golang-golang-x-net-dev,
golang-gopkg-check.v1-dev | golang-check.v1-dev,
golang-github-rsc-letsencrypt-dev,
golang-gopkg-yaml.v2-dev | golang-yaml.v2-dev,
Description: Docker toolset to pack, ship, store, and deliver content (source)
The Docker toolset to pack, ship, store, and deliver content.
.
The Docker Registry 2.0 implementation contained in this package is for storing
and distributing Docker images. It supersedes the docker/docker-registry
project with a new API design, focused around security and performance.
.
This project should provide an implementation to a V2 API for use in the Docker
core project. The API should be embeddable and simplify the process of securely
pulling and pushing content from docker daemons.
.
The new registry implementation provides the following benefits:
.
* faster push and pull
* new, more efficient implementation
* simplified deployment
* pluggable storage backend
* webhook notifications
.
This package contains the source.
|