Package: docker-registry / 2.7.1+ds2-7

Metadata

Package Version Patches format
docker-registry 2.7.1+ds2-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
config allow delete.patch | (download)

cmd/registry/config-example.yml | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 allow delete by default.


config docker registry.patch | (download)

cmd/registry/config-dev.yml | 2 1 + 1 - 0 !
cmd/registry/config-example.yml | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 patch the default "rootdirectory" for policy compliance
lib crypto.patch | (download)

registry/registry.go | 32 14 + 18 - 0 !
1 file changed, 14 insertions(+), 18 deletions(-)

 replace rsc.io/letsencrypt in favour of golang.org/x/crypto

Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
no azure.patch | (download)

cmd/registry/main.go | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 removed azure support


no relic.patch | (download)

registry/registry.go | 12 1 + 11 - 0 !
1 file changed, 1 insertion(+), 11 deletions(-)

 temporarily remove newrelic support to cut down on dependencies for initial release
test.patch | (download)

configuration/configuration_test.go | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

---