artheus / feedthebeast-docker-servers

FTB Minecraft servers dockerized
The Unlicense
30 stars 6 forks source link

Pushing docker images to Docker hub should also push description #8

Open artheus opened 7 years ago

artheus commented 7 years ago

Right now when the docker images are built and pushed to Docker Hub, the description etc (read metadata) about the docker image is not updated. This needs to be done somehow, eg. using an api (if it exists for docker hub)

artheus commented 7 years ago

Seems to be undocumented how to do this for the new api version 2

bessex commented 4 years ago

According to this Stack Overflow answer, the description for a given repo on Docker Hub is taken from the README.md for automated builds, but not manual builds. In that same thread, a couple people offer tools to do this manually (in a scriptable way).