stm32cubeide
STM32 Cube IDE
100K+
STM32CubeIde docker image: STM32 Cube Integrated Development Environment docker container.
All commands have been tested on Windows 11 with WSL2 and powershell.
$ docker pull xanderhendriks/stm32cubeide
$ docker run -it --name stm32cubeide \
-v c:\GIT\repo:/workspace \
xanderhendriks/stm32cubeide
$ docker run -it --rm --name stm32cubeide -v c:\GIT\repo:/workspace -v /mnt/host/wslg/.X11-unix:/tmp/.X11-unix xanderhendriks/stm32cubeide:<tag>
$ docker run -it --rm --name stm32cubeide -v c:\GIT\repo:/workspace -v /mnt/host/wslg/.X11-unix:/tmp/.X11-unix xanderhendriks/stm32cubeide:<tag> stm32cubeide
For ease of use the major.minor.bugfix version now matches the version of the STM32 Cube IDE. For bug fixes without updates to the ide -<a...z> is appended. Check the versions on hub.docker.com.
For older images the major.minor version number indicates the version of the STM32CubeIde inside the docker image according to the following lookup. The bug fix number shows updates to this build action only:
To build your application from the command line execute the following commands:
stm32cubeide --launcher.suppressErrors -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data /tmp/stm-workspace -import /workspace/applications/sample_application/targets/STM32
headless-build.sh -data /tmp/stm-workspace -build sample_application/Debug
To see how to use this docker image with the help of action-build-stm32cubeide in a github ci pipeline have a look at stm32-sample-application.
Note for myself for maintaining the docker image. Can also be of use to people who would like to create their own.
To create the image xanderhendriks/stm32cubeide, execute the following command in the
docker-stm32cubeide folder:
docker build -t xanderhendriks/stm32cubeide:<tag> .
Now tag the repo and push the changes to the docker hub:
docker push xanderhendriks/stm32cubeide:<tag>>
Content type
Image
Digest
sha256:add8e4c91…
Size
2 GB
Last updated
4 months ago
docker pull xanderhendriks/stm32cubeide:2.1.1Pulls:
2,650
Jul 6 to Jul 12