Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete manifest won't work #44

Open
cemiarni opened this issue May 1, 2017 · 3 comments
Open

Delete manifest won't work #44

cemiarni opened this issue May 1, 2017 · 3 comments

Comments

@cemiarni
Copy link

cemiarni commented May 1, 2017

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.

@lochbrunner
Copy link

lochbrunner commented Jan 30, 2019

@cemiarni
Can you create a PR to fix this?

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?

@mroelandts
Copy link

A pull request exists! -> #56

@djmattyg007
Copy link

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:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants