Allow updating of the repo overview from docker push
Tell us about your request
Currently, the only way (that I have been able to find) to update a repo's overview is to either manually edit it or have docker parse the README.md file during an automated build. It would be very helpful if I could specify a file to make the overview from on a docker push command: e.g. docker push <<repo>> --overview /path/to/file
Which service(s) is this request for? Docker CLI
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? I am trying to update the overview / descriptions for ~100 repos in order to meet the open source requirements
Are you currently working around the issue? I'm manually updating them.
Additional context N/A
Sorry for not updating sooner -- I've managed to work around this by using the docker-pushrm tool
This would still be cool to include as a built-in feature though.