xemle / home-gallery

Self-hosted open-source web gallery to view your photos and videos featuring mobile-friendly, tagging and AI powered image discovery
https://home-gallery.org
MIT License
736 stars 50 forks source link

Unable to download/access/pull Docker image #136

Closed jessienab closed 3 days ago

jessienab commented 2 months ago

https://hub.docker.com/r/xemle/home-gallery

Anytime I try to access this page for the docker image, I get an error message. When pulling with docker pull, the output html is a 404 error.

I tried multiple browsers and IPs (mobile data vs home network), and either this is an issue with the image, or something on Docker Hub's end; I'm just working backwards I guess starting at the least likely issue source, this repo.

Thank you!

EDIT: same error appears even logged into Docker Hub

xemle commented 2 months ago

Hi @jessienab

According to the last docker build https://github.com/xemle/home-gallery/actions/runs/8794517392/job/24134082010 the image should have been updated.

I guess there is something with docker. I have re-triggered the last job (new job). Let's see. In the meanwhile you can build the docker image locally by your own

xemle commented 2 months ago

Somehow the current Github action does not proceed. It requires further investigations. What a pity.

xemle commented 1 month ago

Up to know I had no luck to repair the docker image builds via github actions.

jessienab commented 1 month ago

Up to know I had no luck to repair the docker image builds via github actions.

Not a problem, I will find another gallery solution in the meantime :) Thank you for your effort so far, I will follow the issue until then.

xemle commented 3 days ago

I disabled arm64 docker build via github action and docker images are build again.

Closing this issue.