docker-registry 2.6.2~ds1-2 source package in Ubuntu

Changelog

docker-registry (2.6.2~ds1-2) unstable; urgency=medium

  * Team upload.

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Dmitry Smirnov ]
  * New patch to fix logrus imports.
  * (Build-)Depends:
    = golang-github-bshuster-repo-logrus-logstash-hook-dev (>= 0.4.1)
    = golang-github-sirupsen-logrus-dev (>= 1.0.2~)
  * Standards-Version: 4.1.4
  * Priority: optional
  * DH to version 11; compat to version 10.

 -- Dmitry Smirnov <email address hidden>  Sat, 05 May 2018 23:49:53 +1000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
docker-registry_2.6.2~ds1-2.dsc 3.0 KiB 5d50b0c538f24334917618787281558a44c896301eb0dfe6b41210d0b440bd8d
docker-registry_2.6.2~ds1.orig.tar.gz 771.6 KiB b537385de23b2415e771cb7cce05e2cdd4a156f4c55e89f89517ffac97d4c290
docker-registry_2.6.2~ds1-2.debian.tar.xz 9.0 KiB 9c25f3e2ca4876c6c17ebb36d7742ef71567abc377a7a727feb36dbf9122128b

Available diffs

No changes file available.

Binary packages built by this source

docker-registry: No summary available for docker-registry in ubuntu eoan.

No description available for docker-registry in ubuntu eoan.

docker-registry-dbgsym: debug symbols for docker-registry
golang-github-docker-distribution-dev: 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.