-
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
'NoneType' object is not iterable error is raised when syncing a manifest list #882
Comments
the sync pipeline logic probably does not account for the case when there is an empty manifest list ( you did not use --all during push.) |
The manifest list should contain 3 manifests: https://hub.docker.com/repository/registry-1.docker.io/lubosmj/test/tags |
There might be no manifests pushed along with the manifest list as I did not use the @ipanova, do we want to enable synchronization of "empty" (i.e., containing only metadata) manifest lists? |
yes, as long a json schema validation allows such and based on the specs i've checked, there is no enforcement of manifests array>=1 |
|
When I create a manifest list with the following manifests and push it to dockerhub:
I receive a runtime error when trying to sync from the corresponding remote dockerhub repository:
The text was updated successfully, but these errors were encountered: