Package: docker-registry / 2.8.3+ds1-2

Metadata

Package Version Patches format
docker-registry 2.8.3+ds1-2 3.0 (quilt)

Patch series

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

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

 allow delete by default.

0002 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

0003 no azure.patch | (download)

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

 removed azure support

0004 replace rsc.io letsencrypt in favour of golang.org x.patch | (download)

registry/registry.go | 22 9 + 13 - 0 !
1 file changed, 9 insertions(+), 13 deletions(-)

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

0005 Temporarily remove newrelic support to cut down on d.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

0006 Skip TestHTTPChecker.patch | (download)

health/checks/checks_test.go | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 skip testhttpchecker

0007 Skip TestRegistryAsCacheMutationAPIs.patch | (download)

registry/handlers/api_test.go | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 skip testregistryascachemutationapis

FAIL: TestRegistryAsCacheMutationAPIs (0.09s)
panic: Get "http://example.com/v2/": dial tcp: lookup example.com: Temporary failure in name resolution [recovered]
	panic: Get "http://example.com/v2/": dial tcp: lookup example.com: Temporary failure in name resolution

0008 Skip flaky TestGracefulShutdown and TestRegistrySupp.patch | (download)

registry/registry_test.go | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 skip flaky testgracefulshutdown and testregistrysupportedciphersuite

On debci.d.n

registry_test.go:109: Managed to connect after stopping
FAIL: TestGracefulShutdown

registry_test.go:286: dial tcp 127.0.0.1:5001: connect: connection refused
FAIL: TestRegistrySupportedCipherSuite

0009 Skip flaky TestDeleteOnlyDeletesSubpaths.patch | (download)

registry/storage/driver/testsuites/testsuites.go | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 skip flaky testdeleteonlydeletessubpaths

Bug-Debian: 1078495
Bug-Upstream: https://github.com/distribution/distribution/issues/4451