Sign inSign up

jpconstantineau/arduino-cli

By jpconstantineau

Updated about 3 years ago

Arduino Command Line Tool

Image
1

3.7K

jpconstantineau/arduino-cli repository overview

Arduino-CLI Docker Container

Uses the latest Arduino-CLI releases

There is a github action that check for new releases every day.

Using the image

The image is available on docker hub and GitHub Container Registry

This image is built for the following architectures:

  • linux/amd64
  • linux/arm/v7
  • linux/arm64

Note that add-on board support packages may not support all architectures.

To use the docker image, do a docker pull, then you can call the CLI as part of the docker run command.

Note that to see your sketch, the working directory must be mounted in the image.

 docker pull ghcr.io/jpconstantineau/docker_arduino_cli:latest

docker run -it --mount src=${PWD},target=/mnt,type=bind  jpconstantineau/arduino-cli:latest arduino-cli

Building the image yourself


 docker build .

Tag summary

Content type

Image

Digest

sha256:6a41ea98a

Size

78.7 MB

Last updated

about 3 years ago

docker pull jpconstantineau/arduino-cli