YtoTech / latex-on-http

Compiles Latex documents through an HTTP API
https://latex.ytotech.com
GNU Affero General Public License v3.0
31 stars 5 forks source link

Error : docker pull yoant/latexonhttp-python #21

Closed thibault-chausson closed 1 year ago

thibault-chausson commented 1 year ago

Hello,

I have a little problem with your Docker image. See the following screenshot.

image

Thank you for your anwsers.

MonsieurV commented 1 year ago

Hi @thibault-chausson,

This is not an image published to the Docker hub. You must build it locally. The simpler is to launch the Makefile entry docker-build-all. It will pull two remote images from docker.io, and build the others for LaTeX-on-HTTP locally.

https://github.com/YtoTech/latex-on-http/blob/master/Makefile#L59

MonsieurV commented 1 year ago

My bad, these images exist in docker.io, but not with the tag latest.

https://hub.docker.com/r/yoant/latexonhttp-python/tags

Anyway the simpler is so start from the base Dockerfile (or better the docker-compose.yml), which points to the right images. Docker will try to pull itself when needed.

thibault-chausson commented 1 year ago

It's good, everything is working