Hello,
I'm working on a Windows 10 system with docker and tried to push my docker image to the synapse hub.
I successfully logged in docker.synapse.org:
> docker login -u -p docker.synapse.org
Login Succeeded
But when I try to push my docker image I get an error:
> docker push docker.synapse.org//my_model:test
The push refers to repository [docker.synapse.org//my_model]
33d075fd0704: Preparing
2bbc6f5d6071: Preparing
7dc125746573: Preparing
35a14fcb1b1e: Preparing
9a77ea35e9ca: Preparing
b30c241d1dec: Waiting
cc06da1a5482: Waiting
47c9f0a65d71: Waiting
e98fc2885bcf: Waiting
7e75005258e9: Waiting
075016b2d7b1: Waiting
2a1152bde97e: Waiting
0f50999ed665: Waiting
a6472fcaa9a9: Waiting
3109cdc6f375: Waiting
e388e7c2062c: Waiting
5aa33f8e8e2c: Waiting
e2b391479933: Waiting
denied: requested access to the resource is denied
I tried tagging my image with
> docker tag ebbe1939ecbc docker.synapse.org//mytestrepo:version1
But this didn't work either. Has anyone an idea how I can solve this problem? Thanks
Created by Lisa Neums Hecate Update: Problem is solved. I submitted the certified user form.