p-hueber / prefetcharr

Let Sonarr fetch the next season of a show you are watching on Jellyfin/Emby/Plex.
Other
41 stars 1 forks source link

Supply prebuilt docker image #30

Closed schumi4 closed 7 months ago

schumi4 commented 7 months ago

Hi,

while building works fine, it is kind of bothersome and doesn't allow a compose-file with other services to just be pulled. I'm not familiar with specifics and how much work the setup is, but I would greatly appreciate you supplying a prebuilt image via Docker Hub or GHCR.

Thanks for considering!

PCJones commented 7 months ago

Just FYI it's pretty simple to do this, here is how I do it: https://github.com/PCJones/UmlautAdaptarr/blob/master/build_and_push_docker_image.bat

You also need an account at https://hub.docker.com/

It can also be automated of course

p-hueber commented 7 months ago

@PCJones thanks! I plan to add a github action for it soonish

p-hueber commented 7 months ago

you may pull phueber/prefetcharr:latest from docker hub now. It's based off the current main and will follow releases from here on.