Hello,
I am unable to push my docker image to the synapse docker registry.
It is saying "denied: requested access to the resource is denied".
Docker push command:
docker push docker.synapse.org/synxxxxxxxx/model:v1
cc647d6d27c7: Preparing
a4e32972d8b3: Preparing
1551bb60f6b0: Preparing
4e62227db8c3: Preparing
b0a52010d1e9: Preparing
74da6e8ca059: Waiting
762dd65155dc: Waiting
78afa815fd9b: Waiting
b5bc305e9fd3: Waiting
da9418a2e1b1: Waiting
2e5b4ca91984: Waiting
527ade4639e0: Waiting
c2c789d2d3c5: Waiting
8803ef42039d: Waiting
denied: requested access to the resource is denied
Can anyone please tell me what should I do here? I also have finished the certification quiz.
Thank you
Created by Rahul Paul hellorp1990 @thomas.yu Thank you for the response. After your response, I understood I did a mistake. I was trying to submit to the competition directly, instead of creating own private project and then push the docker image there and then submit the image to the competition.
I fixed it now. I uploaded it in my private project and submitted the docker image to the competition. Thank you so much.
Hello @hellorp1990,
Apologies for the troubles. Please tell me what synapse id you are pushing to (what is the synxxxxxx?). You should be able to push a docker image to your own private project once you've
1. finished certification quiz (which you said you did)
2. create your own private project
3. docker push ....
Best,
Tom