Skip to content

LibrePCB/docker-librepcb-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.