This Docker image is based on ASP.NET Core Runtime image and adds WeasyPrint. This can be used to build .NET webapps that shell out to WeasyPrint for generating PDFs.
Reference the docker image weasyprint/aspnet-core:TAG, where TAG is one of the available image tags. The tag specified the version of .NET and WeasyPrint used. For example, the image tagged 5.0.5-55.0 contains .NET 6.0.5 and WeasyPrint 55.0.
To publish a new release of this image:
- Adjust the version numbers in
.envif necessary. - Run
docker-compose build. - Run
docker-compose push.