docker / hub-feedback

Feedback and bug reports for the Docker Hub
https://hub.docker.com
232 stars 40 forks source link

Multiple private repos in account with free plan #2122

Closed jarekrzdbk closed 3 years ago

jarekrzdbk commented 3 years ago

I can create multiple private repos, event though I am on a free plan.

I built image locally, logged in using access token, and then pushed image to the hub. On the hub this image is marked as private, but I am on a free plan, and already have private repo, and after changing repo type to public I see that I can't change it again to private.

technicallyjosh commented 3 years ago

Hey there, I'm not aware of any way to create a private repo when pushing from the CLI. It should default to public. Can you provide any more context as to how you got it create a private repo from the CLI using a login via PAT?

Edit: We've found the option that allows it. Looking into it further.

technicallyjosh commented 3 years ago

So it looks like it creates the repo with the status of "Locked" which means you cannot push again or pull. We will have to look into options on how to display or limit this functionality 😄 Thanks for reporting!