https://docs.espressif.com/projects/esp-adf
485
A reproducible build environment for the Espressif Audio Development Framework (ESP-ADF). It’s intended for automated builds that need specific ESP‑ADF and ESP‑IDF versions.
This image includes ESP‑ADF, ESP‑IDF, and the required build tools.
Build a project located in the current directory with idf.py build:
docker run --rm -v $PWD:/project -w /project alanmosely/esp-adf:adf-v2.7-idf-v5.3.1 idf.py build
Tags follow this pattern:
adf-<ADF_RELEASE>-idf-<IDF_RELEASE>
For more information, see the Dockerfile and the ESP-ADF Programming Guide.
This image was created for use with the esp-idf Dagger module
Content type
Image
Digest
sha256:8291281ef…
Size
4.1 GB
Last updated
8 months ago
docker pull alanmosely/esp-adf:adf-v2.7-idf-v5.3.4