Hi, I got a problem with "docker push" issue. I can see that "quiz" must be taken to solve this problem("denied") in some discussions. But I have already taken the quiz, and I can see "Passed certification Quiz" in my Account setting. So, how can I solve this problem..? Thanks.

Created by yoonseokchoi
Hi @FightTumor , The image being pushed does not have a proper image name, that is, the Synapse Docker Hub is expecting an image name like this: ``` docker.synapse.org/{your project ID}/{image name} ``` It could optionally include a tag as well, else it will be `latest` by default: ``` docker.synapse.org/{your project ID}/{image name}:{tag} ``` EDIT: You can update the name using `docker tag`: ``` $ docker tag docker.synapse.org/syn26211288 docker.synapse.org/syn26211288/fight_tumor_model ``` Hope this helps!
Hi @vchung , Are there other possible reasons? I have logged in and the project is mine, but I still have the same error ``` (base) mia@MIA:~/Documents/practice_docker$ docker login docker.synapse.org Authenticating with existing credentials... WARNING! Your password will be stored unencrypted in /home/mia/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded (base) mia@MIA:~/Documents/practice_docker$ docker push docker.synapse.org/syn26211288:latest The push refers to repository [docker.synapse.org/syn26211288] 2c431dedc9e9: Preparing 05cd87700df3: Preparing 2fe82067a88c: Preparing d03d3472ea99: Preparing 909c2653ab25: Preparing 3343e49560f4: Preparing 1c30d25f174d: Waiting 7e54d2739ebc: Preparing 7e54d2739ebc: Waiting db35e7fcd053: Waiting 1333690e0bc9: Waiting 0027cc333a29: Waiting a6db114c45fe: Waiting bcc6cc604df1: Waiting 63fcfaa3ffa0: Waiting 08698b5e773b: Preparing 51310c3e6e23: Preparing baedaca6bff9: Preparing 08698b5e773b: Waiting 982f20170f56: Waiting 51310c3e6e23: Waiting baedaca6bff9: Waiting c5ad7bf5117e: Waiting ec47225f9ea7: Waiting 6ad51905abf0: Waiting 2d1fa6743bf3: Preparing ada5bcc3c4d3: Waiting acbf2ca10adc: Preparing ae1de3e5131e: Waiting d75bc1c014f3: Waiting edb7a88b663b: Waiting 9b0214bd6d2f: Waiting c82349415b95: Waiting 5417d67f276d: Waiting 92aa41c2b029: Waiting 0f55410715cb: Waiting 2d1fa6743bf3: Waiting 454adcfe53da: Waiting 87f807bad8cb: Waiting d9c26ffe1c13: Waiting 0a707fb87820: Waiting d627d760bedf: Waiting 4246ff7d9506: Waiting c91a87334476: Waiting 6223e500896d: Waiting 13e7314b4201: Waiting 103ab0c22213: Waiting 1a62730e0411: Waiting 93576ce8634c: Waiting 41db41c49a2e: Waiting 4938aec16cb1: Waiting 8a86dcb942a0: Waiting df45adac04fd: Waiting c4ac0de61e50: Waiting d9230c3208a1: Waiting e245110f4cd5: Waiting 897b016c57ca: Waiting 780a3582aff4: Waiting 7555a8182c42: Waiting denied: requested access to the resource is denied ```
Oh, thank you so much for your answer! I solve the problem with your advice! :)
Hi @yoonseokchoi , Aside from not being Certified User, other reasons for receiving the "Request denied" warning are: - not logging into the Synapse Docker Registry first, e.g. `docker login docker.synapse.org` - pushing the model into a Project that is not owned by you, e.g. syn25829067 (the Challenge site) Hope this helps!

[docker push] denied: requested access to the resource is denied page is loading…