jasonraimondi / url-to-png

Selfhosted. URL to PNG utility featuring parallel rendering using Playwright for screenshots and with storage caching via Local, S3, or CouchDB
https://jasonraimondi.github.io/url-to-png/
MIT License
136 stars 26 forks source link

Docker hub status check #25

Closed AnnatarHe closed 8 months ago

AnnatarHe commented 8 months ago

Hi Jason, I noticed that you have already made some changes on the master branch and have released at least 2 versions. However, the Docker Hub was not updated and the latest tag in Docker Hub is the image for arm devices. Is this intentional?

jasonraimondi commented 8 months ago

Thanks for opening this issue and making me address the dockerhub build issue :) This is resolved here: https://github.com/jasonraimondi/url-to-png/commit/d3d068d18273957e2213d6ec3747b8e97a71e702

docker run --rm -p 3000:3000 ghcr.io/jasonraimondi/url-to-png
docker run --rm -p 3000:3000 ghcr.io/jasonraimondi/url-to-png:v1.4.2
AnnatarHe commented 8 months ago

@jasonraimondi Would you mind also uploading the images to Docker Hub? Some areas, such as China, have difficulty accessing ghcr. Additionally, mirror sites only support Docker Hub.

I know some people don't like the docker company, but the docker hub is still the most famous docker images hub.🤣

jasonraimondi commented 8 months ago

@AnnatarHe This should be good to go now 👍