-
Notifications
You must be signed in to change notification settings - Fork 45
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
Remove the manifest schema conversion machinery #1509
Comments
Additionally, we will remove the |
In the end, we would like to return 404 in case the client is requesting docker manifest v2 schema 1 instead of accepting what is available (manifest v2 schema 2). pulp_container/pulp_container/app/registry.py Line 216 in 59e06e5
|
Based on docker documentation (https://docker-docs.uclv.cu/registry/spec/manifest-v2-2/#backward-compatibility), we will no longer support the following procedure:
Which is totally acceptable. |
This feature is no longer expected to be supported or maintained.
pulp_container/pulp_container/app/schema_convert.py
Line 23 in 4dfeb5c
pulp_container/docs/workflows/host.rst
Line 116 in 4dfeb5c
The text was updated successfully, but these errors were encountered: