2024-11-13 02:26 AM - edited 2024-11-13 02:27 AM
Is there an official docker image for stm32cubeide - we are building our firmware in an azure devops pipeline, and downloading the latest stm32cubeide deb package and installing it is time-consuming for the build.
Looking on docker hub there are a number of stm32cubeide images, but none seem to be official from ST?
(we have the headless build command working etc)
2024-11-13 04:01 AM
For headless builds and CI, ST has another solution instead of CubeIDE, named "CLT" (command line toolset)
https://www.st.com/en/development-tools/stm32cubeclt.html
Users who prefer headless build with Eclipse are on their own.
2024-11-13 04:07 AM
and is there an official docker image for this?