Skip to content

Commit

Permalink
Update base container images to latest
Browse files Browse the repository at this point in the history
Use the latest `devenv_zephyr_base` and `devenv_idf_base` prebuilt
docker images to build final devenv images.
  • Loading branch information
syncom committed Sep 23, 2024
1 parent 9402d87 commit bc7a5e5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion esp32/Dockerfile.esp32_fuseblower
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Reference:
# - https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html
FROM ghcr.io/thistletech/devenv_idf_base:91717a88614327e2c1bd75452d9d0118a04a6400
FROM ghcr.io/thistletech/devenv_idf_base:ac9abb297be64e86401562e04435fca316a38dff

# sdkconfig file used to build IDF apps (non-MCUboot), for secure boot related
# stuff
Expand Down
2 changes: 1 addition & 1 deletion esp32/Dockerfile.esp32_mcuboot_zephyr
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Reference:
# - Secure boot: https://docs.mcuboot.com/readme-espressif.html
# - Zephyr dev: https://docs.zephyrproject.org/latest/develop/getting_started/index.html
FROM ghcr.io/thistletech/devenv_zephyr_base:91717a88614327e2c1bd75452d9d0118a04a6400
FROM ghcr.io/thistletech/devenv_zephyr_base:ac9abb297be64e86401562e04435fca316a38dff

ARG TARGET="esp32"
ARG ZEPHYR_BOARD_NAME="esp32"
Expand Down
2 changes: 1 addition & 1 deletion esp32s2/Dockerfile.esp32s2_fuseblower
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Reference:
# - https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/get-started/linux-macos-setup.html
FROM ghcr.io/thistletech/devenv_idf_base:91717a88614327e2c1bd75452d9d0118a04a6400
FROM ghcr.io/thistletech/devenv_idf_base:ac9abb297be64e86401562e04435fca316a38dff

# sdkconfig file used to build IDF apps (non-MCUboot), for secure boot related
# stuff
Expand Down
2 changes: 1 addition & 1 deletion esp32s2/Dockerfile.esp32s2_mcuboot_zephyr
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Reference:
# - Secure boot: https://docs.mcuboot.com/readme-espressif.html
# - Zephyr dev: https://docs.zephyrproject.org/latest/develop/getting_started/index.html
FROM ghcr.io/thistletech/devenv_zephyr_base:91717a88614327e2c1bd75452d9d0118a04a6400
FROM ghcr.io/thistletech/devenv_zephyr_base:ac9abb297be64e86401562e04435fca316a38dff

ARG TARGET="esp32s2"
ARG ZEPHYR_BOARD_NAME="esp32s2_saola"
Expand Down
2 changes: 1 addition & 1 deletion esp32s3/Dockerfile.esp32s3_fuseblower
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Reference:
# - https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/get-started/linux-macos-setup.html
FROM ghcr.io/thistletech/devenv_idf_base:91717a88614327e2c1bd75452d9d0118a04a6400
FROM ghcr.io/thistletech/devenv_idf_base:ac9abb297be64e86401562e04435fca316a38dff

# sdkconfig file used to build IDF apps (non-MCUboot), for secure boot related
# stuff. File must be under directory configs/
Expand Down

0 comments on commit bc7a5e5

Please sign in to comment.