You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using '.v2+json' you do not get any history information. .v2+prettyjws is very similar to .v1+prettyjws
Is there a possibility to get the correct digest and the history information?
Not only one of them?
Hello. Since this package appears to be abandoned, I've forked the project and implemented many improvements. This includes removing support for v1 registries, and implementing full support for v2 manifests (including multi-arch manifests).
I'd appreciate it if you could check it out and let me know what you think:
I have the newest docker registry.
When get_manifest() (https://github.com/yodle/docker-registry-client/blob/master/docker_registry_client/_BaseClient.py#L186) uses schema1 the registry sends wrong digest and manifest deletion responds 404 MANIFEST_UNKNOWN.
When request uses schema2, gives good digest and manifest deletion works fine.
The text was updated successfully, but these errors were encountered: