28mm / blast-radius

Interactive visualizations of Terraform dependency graphs using d3.js
https://28mm.github.io/blast-radius-docs/
MIT License
2.04k stars 257 forks source link

Build on Alpine Linux instead of Ubuntu #36

Closed skyzyx closed 5 years ago

skyzyx commented 6 years ago

A utility like this should be as small as possible. Building it on Alpine Linux would be far more favorable than having to download the Ubuntu image.

28mm commented 6 years ago

Agreed. The decision to replace Alpine with Ubuntu was motivated by a rendering issue with the stock Alpine version of Graphviz. Essentially, the "overfull hbox" problem where resource labels were overflowing the boxes drawn around them.

There should be an easy fix for this. PRs accepted.

skyzyx commented 6 years ago

Ah. Gotcha. I'll flag this as something to poke at. 👍