admin管理员组文章数量:1244219
I am trying to push my locally build docker image to my new AWS ECR address. Currently it has been pushed to Docker hub without any problem. But when I try to push it to ECR I am getting errors.
It is either use of closed network connection or simply EOF
and when I check my container address, there is no image submitted. Steps I did so far
- I added AmazonEC2ContainerRegistryFullAccess to my IAM user and I also have the admin access
- I have a ECR URL
- I tried both wifi and hotspot.
- I increased the timeout limit for docker to 10 mins.
- aws ecr get-login-password --region us-east-1 .... command returns "login successful" What am I missing here?
I am trying to push my locally build docker image to my new AWS ECR address. Currently it has been pushed to Docker hub without any problem. But when I try to push it to ECR I am getting errors.
It is either use of closed network connection or simply EOF
and when I check my container address, there is no image submitted. Steps I did so far
- I added AmazonEC2ContainerRegistryFullAccess to my IAM user and I also have the admin access
- I have a ECR URL
- I tried both wifi and hotspot.
- I increased the timeout limit for docker to 10 mins.
- aws ecr get-login-password --region us-east-1 .... command returns "login successful" What am I missing here?
- Does this answer help with your issue? – vht981230 Commented Feb 16 at 5:48
1 Answer
Reset to default 0Layer already exists
isn't an error message. It just let you know the docker image layers already exist in the registry so there is no need to push it to again. Docker image has multiple layers so that when you update your new docker image with new version, it only pushes the changed layers instead of entire thing to improve time & space efficiency
本文标签: amazon web servicescan39t push docker image to AWS Elastic Container RegistryStack Overflow
版权声明:本文标题:amazon web services - can't push docker image to AWS Elastic Container Registry - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1740216242a2242916.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论