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 246 forks source link

Restrict push to repositories, but allow pull in Docker Hub #572

Open kalvisk1 opened 7 months ago

kalvisk1 commented 7 months ago

Tell us about your request I would like to have an option to restrict push to repositories for users, but still allow pull in Docker Hub

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

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? Permission management to restrict push to repositories for users

Are you currently working around the issue? No

chris-crone commented 6 months ago

Hi @kalvisk1, thanks for raising this on our roadmap!

Just to make sure I understand your ask properly, some questions:

  1. Do all of your users use Docker Desktop?
  2. Do you want to block users from pushing to any repository on Docker Hub or just within your organization? (If the latter, you should be able to achieve this with permissions)
  3. Have you looked at Registry Access Management?