uvicorn-gunicorn-fastapi extended with pandoc (and wkhtmltopdf)
1.9K
Based on tiangolo/uvicorn-gunicorn-fastapi:python3.10.
Extended with pandoc and wkhtmltopdf 0.12.5 (with patched qt) and dependencies.
Published on the Docker Hub: https://hub.docker.com/r/symptoma/uvicorn-gunicorn-fastapi-pandoc
Current version of the base image is 0.7.0: https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/releases/tag/0.7.0
docker build -t symptoma/uvicorn-gunicorn-fastapi-pandoc .
First, commit your change to Git.
git commit -m "Update Base Image to 0.7.0"
Then tag it.
git tag -a 0.7.0 -m 'Release 0.7.0'
Then push it to Github.
git push && git push origin --tags
Publishing manually works like this (after docker login):
docker tag f1aa123a520f symptoma/uvicorn-gunicorn-fastapi-pandoc:0.7.0
docker push symptoma/uvicorn-gunicorn-fastapi-pandoc:0.7.0
docker push symptoma/uvicorn-gunicorn-fastapi-pandoc:latest
Content type
Image
Digest
sha256:da065a824…
Size
469.3 MB
Last updated
almost 3 years ago
docker pull symptoma/uvicorn-gunicorn-fastapi-pandoc