Skip to content

Commit

Permalink
Build docker ESP32-C3/S3 against MOS ESP-IDF
Browse files Browse the repository at this point in the history
* Currently should use DOCKER_TAG=4.4.1-r1
  • Loading branch information
duncandrennan committed Jun 9, 2022
1 parent 1cd0473 commit dd6aff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/docker/esp32c3/Dockerfile-esp32c3-build
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/Espre
ADD ct_path.sh /etc/profile.d

ARG DOCKER_TAG
RUN git clone -j 8 --branch $DOCKER_TAG --depth 1 --recursive --shallow-submodules https://github.com/duncandrennan/esp-idf.git /opt/Espressif/esp-idf
RUN git clone -j 8 --branch $DOCKER_TAG --depth 1 --recursive --shallow-submodules https://github.com/mongoose-os/esp-idf /opt/Espressif/esp-idf
RUN cd /opt/Espressif/esp-idf && git tag v$DOCKER_TAG
ENV IDF_PATH=/opt/Espressif/esp-idf

Expand Down
2 changes: 1 addition & 1 deletion tools/docker/esp32s3/Dockerfile-esp32s3-build
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/Espre
ADD ct_path.sh /etc/profile.d

ARG DOCKER_TAG
RUN git clone -j 8 --branch $DOCKER_TAG --depth 1 --recursive --shallow-submodules https://github.com/duncandrennan/esp-idf.git /opt/Espressif/esp-idf
RUN git clone -j 8 --branch $DOCKER_TAG --depth 1 --recursive --shallow-submodules https://github.com/mongoose-os/esp-idf /opt/Espressif/esp-idf
RUN cd /opt/Espressif/esp-idf && git tag v$DOCKER_TAG
ENV IDF_PATH=/opt/Espressif/esp-idf

Expand Down

0 comments on commit dd6aff7

Please sign in to comment.