Sign inSign up

symptoma/uvicorn-gunicorn-fastapi-pandoc

By symptoma

Updated almost 3 years ago

uvicorn-gunicorn-fastapi extended with pandoc (and wkhtmltopdf)

Image
2

1.9K

symptoma/uvicorn-gunicorn-fastapi-pandoc repository overview

Dockerfile to build an image for uvicorn-gunicorn-fastapi extended with pandoc (and wkhtmltopdf)

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

Version

Current version of the base image is 0.7.0: https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/releases/tag/0.7.0

Build

docker build -t symptoma/uvicorn-gunicorn-fastapi-pandoc .

Publish

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

Tag summary

Content type

Image

Digest

sha256:da065a824

Size

469.3 MB

Last updated

almost 3 years ago

docker pull symptoma/uvicorn-gunicorn-fastapi-pandoc