Latest Pull Issue
Hi,
Really loving iptvnator! Thanks very much.
I have been trying to pull v0.16.0 for the EPG feature but the image doesnt exist. Latest pulls v1.0.0-beta.7. Is there anyway of rectifying this?
Thanks once again! Dave
You mean the appimage? Click on show all 26 assets
direct link https://github.com/4gray/iptvnator/releases/download/v0.16.0/IPTVnator-0.16.0.AppImage
Hi Axel,
Thanks for the reply :)
To be more specific (and also learn) I am pulling the image for use on my Pi5. When I use this in the docker-compose:
iptvnator-frontend: image: 4gray/iptvnator-frontend:v0.16.0
I get this output from docker: ✘ iptvnator-frontend Error pull access denied for 4gray/iptvnator-frontend, repository does not exist ... 3.7s Error response from daemon: pull access denied for 4gray/iptvnator-frontend, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
It works when I use latest but it pulls the latest v1.0.0 Beta7 which doesn't include the EPG.
Am I doing something wrong. Thanks again for your time. Dave
Hi Dave, I don’t think there’s a 0.16 release available as docker image (I should adapt the tagging workflow).
If you want to build it yourself, you can clone the repository, check out the v0.16 tag, and build the image locally.
But honestly, there’s no real reason not to use the latest version of the app, the PWA version never had EPG support anyway.
Hi Axel,
Ok thanks very much for your time! I may just do the clone and build it just to learn. I am pretty new to this but its always nice to learn. I will try to do what you said (hopefully :) and then go back to the latest image.
Thanks again for this great app! Dave