dperson / emby

Emby media server docker container
GNU Affero General Public License v3.0
34 stars 25 forks source link

Tag on docker #19

Closed gsemet closed 6 years ago

gsemet commented 6 years ago

Hello

Can you add a tag when you update the image, because most system don't automatically download latest. I usually use version tag to force update.

Thanks !

dperson commented 6 years ago

It's building the images with the current packages made available from emby project. For version tags, I know of no way to add them via an API. Docker's system build the image based on the Dockerfile in this repo.

gsemet commented 6 years ago

It is pretty easy: simply tag your repository with git and let dockerhub build the same tag and made it available as an image.

dperson commented 6 years ago

Tag what exactly though? I'm using the official debian container and auto-built binaries from the Emby project (old ones aren't kept around). If I made a Dockerfile that downloaded a specific version tagged it and setup dockerhub to build/tag it, then it will never build again and it's no better than a hash of the version you like.