I'm engaged in porting a CC3200 application over to an ESP32 (as has been done before, I note).
We're looking at Docker files to use for building, particularly in our GitLab-based Continuous Integration system.
I've started with the "official" Espressif Docker image: espressif/esp32-ci-env, hosted here: https://hub.docker.com/r/espressif/esp32-ci-env/
However, our Software Manager is concerned about the lack of source for this and the security implications of running this image behind our firewall. He'd prefer one with full source. There are several references that we've found on-line, including:
- https://hub.docker.com/r/vowstar/esp8266/
https://github.com/bschwind/esp-32-build
https://www.wolfe.id.au/2015/07/06/iot- ... ontainers/
What are people's favourites?
Regards,
Geoff