Skip to content

hallowelt/docker-bluespice-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

BlueSpice "Pdf" service

This is a service that provides PDF rendering backend for Extension:BlueSpiceUEModulePDF. It is based on the xhtmlrenderer Java library.

Using it within BlueSpice or MediaWiki

Given you have this service running at http://localhost:8080, you can configure the BlueSpice pdf like this:

$GLOBALS['bsgUEModulePDFPdfServiceURL'] = 'http://localhost:8080/BShtml2PDF';

How to release a new version

Build a new version of the image

docker build -t bluespice/pdf:latest .

Apply proper tags

HINT: We align the image tags with the version of BlueSpice that it is compatible with.

Example:

docker tag bluespice/pdf:latest bluespice/pdf:4
docker tag bluespice/pdf:latest bluespice/pdf:4.4
docker tag bluespice/pdf:latest bluespice/pdf:4.4.1

Push the image to the registry

Example:

docker push bluespice/pdf:latest
docker push bluespice/pdf:4
docker push bluespice/pdf:4.4
docker push bluespice/pdf:4.4.1

Testing

Install trivy and run trivy image bluespice/pdf to check for vulnerabilities.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published