Runs the KiCad plugin InteractiveHtmlBom inside a Docker container.
188
The Interactive HTML BOM plugin for KiCad requires an X server. This image contains KiCad, the plugin, and xvfb, allowing to generate the BOMs headless (e.g. on CI/CD) with the virtual X server from xvfb.
The convenience script in the root directory generates a BOM with the correct commands and changes its file permissions to match the input file’s.
With the following file structure:
MyProject/
MyProject.kicad_pcb
run:
docker run -it --rm -v $(pwd)/MyProject:/_pcb granjow/kicad-interactive-html-bom /create-bom.sh /_pcb/MyProject.kicad_pcb
Content type
Image
Digest
sha256:d44b2e968…
Size
1 GB
Last updated
about 1 year ago
docker pull granjow/kicad-interactive-html-bom:2.7.0-py311