dstockhammer / docker-plantuml

Docker image containing the PlantUML CLI
https://hub.docker.com/r/dstockhammer/plantuml
MIT License
15 stars 0 forks source link

Incompatible Graphviz version #18

Closed freshollie closed 2 months ago

freshollie commented 3 years ago

The FAQ says the following on the subject:

The following version have been tested, and are known to work:

  • 2.26.3
  • 2.28
  • 2.30.1
  • 2.34
  • 2.36
  • 2.38
  • 2.44

Note that versions 2.39 to 2.42 do not work very well with PlantUML.

With the wrong Graphviz versions our diagrams are being generated with different padding than expected

freshollie commented 3 years ago

Further reading: https://forum.plantuml.net/11323/diagrams-on-docker-different-to-plantuml-com

dstockhammer commented 3 years ago

Thanks for reporting this, I wasn't aware of the issue. I'll try to find a good way to upgrade graphviz with minimal changes to the image otherwise.

dstockhammer commented 3 years ago

upgraded graphviz to 2.43.0 in 1.2021.10