yodle / docker-registry-client

A Python REST client for the Docker Registry
Apache License 2.0
58 stars 58 forks source link

Explicitly use v2 scheme for v2 registry #56

Open sorrowless opened 5 years ago

sorrowless commented 5 years ago

Currently v2 registries uses v2+json header, otherwise one will get wrong digest returned. To ensure proper usage, explicitly set scheme v2.

djmattyg007 commented 3 years ago

Hello. Since this package appears to be abandoned, I forked it and made several improvements. This includes dropping support for v1 registries, and introducing first-class support for v2 manifests (incluidng multi-arch manifests). Hopefully this makes your PR redundant! If you're feeling up to it, I'd really appreciate it if you could give my fork a go:

https://github.com/djmattyg007/dreg-client