Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.25 KB

LibrePCB CLI Docker Image

Docker Stars Docker Pulls

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.

Details

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).

Tags

The tags of the image corresponds to the official release tags of LibrePCB itself.

Usage

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

License

The content in this repository is published under the GNU GPLv3 license.