Docker image with KiCad 10, KiBot, Pandoc and LaTeX to be used with continuous integration services for electronics projects.
# KiCad 10
docker run --rm --volume="$PWD:/mnt:z" -it ghcr.io/systemscape/kicad10_and_pandoc:latest
# Run Kibot...Prerequisites: Setup docker authentication for ghcr.io!
# kicad10_and_pandoc
docker build -t ghcr.io/systemscape/kicad10_and_pandoc:latest .
docker push ghcr.io/systemscape/kicad10_and_pandoc:latest- The image is now based on
ubuntu:24.04and installs KiCad from the official KiCad PPA:ppa:kicad/kicad-10.0-releases. kibotis installed via PyPI in this repo's Docker layer to keep the previous tool bundle intact.