I am new to docker. I want to use ECR private repository for storing my docker images. So I have built my docker image and did run it on local. I am using CLI. Then created a repository say artle/repo on ECR with full access control on pushing/pulling images. Then loggedin to my aws account and when I try to push my image from local to artle/repo, small files are getting pushed but large files (say 349Mb) are getting stuck in middle of pushing. It does not give any error. It continuously shows "pushing [=====> ] 42.MB/349MB". I tried pushing some open source images also by thinking may be some error is there with my image, but got the same result.
The push refers to a repository [111111111111.dkr.ecr.us-east-1.amazonaws.com/ubuntu]
5f70bf18a086: Pushed
6f32b23ac95d: Pushed
14d918629d81: Pushed
fd0e26195ab2: Pushing [===========> ] 42.4 MB/187.8 MB
Any help would be extremely appreciated. Thanks.