This repository contains the official LibrePCB CLI Docker image which is used for easily using the LibrePCB CLI, e.g. for continuous integration of LibrePCB libraries and projects.
The Dockerfiles are available at GitHub and the built image is hosted at Docker Hub.
The image is based on Ubuntu 22.04 and has the librepcb-cli
executable set
as entrypoint. The working directory is set to /work
(which is empty).
The tags of the image corresponds to the official release tags of LibrePCB itself.
Mount your LibrePCB project or library to /work
and pass the LibrePCB CLI
arguments to docker run
:
docker run -it --rm -v `pwd`:/work librepcb/librepcb-cli open-project --help
The content in this repository is published under the GNU GPLv3 license.