I am trying to push my docker image for the EHR DREAM Challenge - Patient Mortality Prediction and getting the following error:
$ docker push test_model:v1.0
The push refers to repository [docker.io/library/test_model]
ba6de887ee92: Preparing
e46e4a10b3f4: Preparing
c294cbedd6eb: Preparing
3d3ab3e7c51d: Preparing
fb90cd5f8a69: Preparing
262e864b55dd: Waiting
e4c1b05f0624: Waiting
666c5ef42dc2: Waiting
9d97786f65b7: Waiting
2f20b3f49dc9: Waiting
a1eddbc8dcbf: Waiting
f63773c65620: Waiting
e6d60910d056: Waiting
b52c1c103fae: Waiting
6f1c84e6ec59: Waiting
dd5242c2dc8a: Waiting
denied: requested access to the resource is denied
Any ideas why access might be denied?
Thanks.
Created by Romir Moza romirmoza Please confirm the issue is resolved. No I didn't literally put syn12345 in there. I just didn't want everyone to know my project name. Thank you! @kmichels Did you literally put "syn12345" in the Docker repo' name? If so, you must replace it with the ID of a project that you have write access to. Also you must be a [certified user](https://docs.synapse.org/articles/accounts_certified_users_and_profile_validation.html#certified-users). I am getting the exact same error, here is my statement, which I believe is correct:
$ docker push docker.synapse.org/syn12345/testproject I don't think you are specifying the Synapse Docker registry appropriately. Your `docker push` command should look something like:
```
docker push docker.synapse.org/syn12345/mytestrepo:version1
```
See this part of the documentation on [Storing Docker images in the Synapse Docker registry](https://docs.synapse.org/articles/docker.html#storing-docker-images-in-the-synapse-docker-registry) for some more information.
Drop files to upload
Unable to push docker image to synapse page is loading…