docker / roadmap

Welcome to the Public Roadmap for All Things Docker! We welcome your ideas.
https://github.com/docker/roadmap/projects/1
Creative Commons Zero v1.0 Universal
1.45k stars 244 forks source link

Ability to add contributors to a private repo from outside your org #621

Open sheltongraves opened 2 months ago

sheltongraves commented 2 months ago

Tell us about your request I would like the ability to have private repos that have some sort of “allow list” - this could be similar to the collaborator role, but it would not allow push access - only pull.

Which service(s) is this request for? Docker Hub Private Repositories

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? I have to distribute credentials so that customers can pull from a private repo. What ends up happening is that customers use their creds to pull everything, which then makes our bill go through the roof.

Are you currently working around the issue? My work-around (hack) is to leverage RAM/IAM for our customers (they are already adding them to the org) - they put their release images in a repo and then use orgs/teams to restrict customers to just being able to pull from that one repo.

Additional context N/A