Please help me how to fix error saying as below during docker push image to private registry.
Manifest invalid: manifest with external layers are not permitted.
Thanks
Chandra.
Share and learn in the Docker community.
Please help me how to fix error saying as below during docker push image to private registry.
Manifest invalid: manifest with external layers are not permitted.
Thanks
Chandra.
In order to understand your situation, we need some context information.
Please share the output of following commands:
docker version
docker info
The exact docker run
command, or if docker compose
or docker stack deploy
was used the content of the compose file. If a Dockerfile is used, please share its content as well.
When you share the outputs, always format your posts according to the following guide: How to format your forum posts
Until that, I can say I never saw that error message and cannot find with Google, and couldn’t find it in the Moby (Docker CE) source code either.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.