Hello, I have not been able to to push my docker image to docker.synapse.org. I am following instructions available in https://www.synapse.org/#!Synapse:syn6187098/wiki/449452 After building my image and making sure it exists and is tagged, I log in to docker.synapse.org and get the "Login Succeeded" message. ``` docker build -t docker.synapse.org/syn10914942/emorymm . ``` My docker config file after login: ``` { "auths": { "docker.synapse.org": { "auth": "secret stuff I guess", "email": "safoora.yousefi@emory.edu" } } } ``` But when I try to push my image, I get: ``` The push refers to a repository [docker.synapse.org/syn10914942/emorymm] 7f7a065d245a: Preparing f96e6b25195f: Preparing c56153825175: Preparing ae620432889d: Preparing a2022691bf95: Preparing unauthorized: authentication required ``` I can push the same image to my dockerhub, so looks like for some reason I don't have write access to the synapse docker repository associated with my synapse project. Could you please help me with this issue before the round 2 deadline? Thank you, -Safoora

Created by Safoora Yousefi safooray
Thank you. That was the issue. Now my pushed image does not appear on my project's docker tab. What is the minimum Docker version that works with synapse?
Dear Safoora, You must be a certified Synapse user to upload things onto Synapse. Please follow instructions [here](http://docs.synapse.org/articles/getting_started.html#becoming-a-certified-user) to become certified. Thanks, Tom

URGENT Docker push fails with "unauthorized: authentication required" page is loading…