Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix EOF error during docker push command

I try to push an image in my public docker repository, but after some minutes I have this problem:

enter image description here

and during pushing, the following occurs many times (when retrying):

enter image description here

My version of docker is the following:

enter image description here

How to solve this problem ?

like image 668
daniele3004 Avatar asked Sep 05 '25 03:09

daniele3004


1 Answers

docker push to ECR error When I push an image to ECR, an EOF error occured. The reason is remote repository[jdk-8-newrelic] does not exist. After creating the repository, PUSH succeeded.

like image 56
ridox Avatar answered Sep 08 '25 00:09

ridox