Skip to content

Systemscape/docker-kicad-pandoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-kicad-pandoc

Docker image with KiCad 10, KiBot, Pandoc and LaTeX to be used with continuous integration services for electronics projects.

Usage

# KiCad 10
docker run --rm --volume="$PWD:/mnt:z" -it ghcr.io/systemscape/kicad10_and_pandoc:latest
# Run Kibot...

Manually build docker images

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

Notes

  • The image is now based on ubuntu:24.04 and installs KiCad from the official KiCad PPA: ppa:kicad/kicad-10.0-releases.
  • kibot is installed via PyPI in this repo's Docker layer to keep the previous tool bundle intact.

About

Docker image with Kicad, KiBot, Pandoc and LaTeX to be used with continuous integration services for electronics projects

Resources

Stars

Watchers

Forks

Packages