Skip to content

hallowelt/docker-bluespice-diagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

BlueSpice "Diagram" service

This currently is just a regular DrawIO server.

Using it within BlueSpice or MediaWiki

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

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

How to release a new version

Build a new version of the image

docker build -t bluespice/diagram:latest .

Apply proper tags

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

Example:

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

Push the image to the registry

Example:

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

Testing

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published