i found since this morning i cannot push in any new images: i first tried to push in the 2017_DM directory, and after i submit, i found it is always the old image without update. Then I tried to push in another project to have a try 2017_TF, and found I cannot push in anything. Here is the code and reported error: **[marked out]** refers to names/password that i replaced with XXX, YYY. sudo docker build -t docker.synapse.org/syn7104742/YYY**[marked out]** . sudo docker login docker.synapse.org \-\-username=gyuanfan \-\-password=XXX **[marked out]** sudo docker push docker.synapse.org/syn7104742/YYY**[marked out]** it reports: Unable to find image 'docker.synapse.org/syn7104742/YYY**[marked out]**:latest' locally Pulling repository docker.synapse.org/syn7104742/YYY**[marked out]** docker: Error: image syn7104742/YYY**[marked out]**:latest not found. See 'docker run --help'. Login Succeeded The push refers to a repository [docker.synapse.org/syn7104742/YYY**[marked out]**] An image does not exist locally with the tag: docker.synapse.org/syn7104742/YYY**[marked out]**

Created by Yuanfang Guan ???? yuanfang.guan
got it. thanks
> sh bash.sh it is supposed to do the build and push I suspect that your "docker build" command didn't work. Perhaps you can run your bash.sh, and post the content of the session here (omitting any credentials from what you copy, of course).
yes i think i am pushing. the entire image file is now uploaded to 2017_TF under xxx_bruce, which you now have full access. please make sure no release of password when you post answers. thanks a bunch. sh bash.sh it is supposed to do the build and push
Something seems odd. You say: > sudo docker push docker.synapse.org/syn7104742/YYY[marked out] > it reports: > Unable to find image 'docker.synapse.org/syn7104742/YYY[marked out]:latest' locally but the message "Unable to find image ... locally" is usually associated with "docker pull" not "docker push". **Are you sure you pushed rather than pulled?** Here's a session I just went through: ``` [~] docker login docker.synapse.org Username (brucehoff): Password: Login Succeeded [~] docker tag hello-world:latest docker.synapse.org/syn3572263/hello-world [~] docker push docker.synapse.org/syn3572263/hello-world The push refers to a repository [docker.synapse.org/syn3572263/hello-world] a02596fdd012: Pushed latest: digest: sha256:a18ed77532f6d6781500db650194e0f9396ba5f05f8b50d4046b294ae5f83aa4 size: 524 ```

cannot push in new image page is loading…