Commit Graph

21 Commits

Author SHA1 Message Date
Shubham Patil 2c20c8380a launchpad: unroll the chip-build image to reduce image size
esp-matter docker image size is increased a lot, chip-build image
contains a lot more bloaty things that we do not need. So, falling back
to ubuntu base image.
2025-12-19 15:36:13 +05:30
shripad621git ce717135ed tools/docker: Fixed the esp-matter docker image for the idf path export
- The latest esp-matter docker image for failing on
  the esp-idf path export.
- Fixed the export path issue as per latest changes
  in esp-idf export script.
2025-05-13 11:04:40 +05:30
shripad621git 4164f8ddaf tools/docker: Fixed the docker build for idf path export issue 2025-04-18 17:37:12 +05:30
shripad621git f87ba0a497 tools/Dockerfile: Added the python certification tests Dockerfile changes 2025-01-17 17:33:18 +08:00
Shubham Patil e09e20b693 connectedhomeip: update submodule to 3c3672992c
- fixes the builds with Python 3.13
- fixes the typo for including Span.h
- install dbus and bluez to fix the pytests
2024-11-21 21:21:55 +05:30
Shubham Patil 5f71ccafce docker: pin chip-build docker tag to 67 for matter_builds
earlier tag uses the Ubuntu 22.04 and Python 3.9 which breaks
certain things like python testing framework on v1.4-branch.

Use the chip-build's tag 67 which is the latest update for ESP32
platform. It uses Ubuntu 24.04 and Python 3.11 for setting up the
esp-matter.
2024-11-19 15:09:37 +05:30
YuanMingFu d96280a5cc idf: update version to v5.2.3 2024-11-11 20:53:36 +08:00
Shubham Patil fe85d76f46 ci: Allow building docker image if setup related files are changed 2024-08-27 08:42:58 +05:30
Rohit Jadhav 7e80758817 CHIP-submodule: Update connectedhomeip submodule to commit 0460715589413cb32e32f1626e43ad8000b84f2d 2024-08-13 19:49:57 +08:00
shripad621git 9950bd1da4 ci/docker_build : Fixed the esp-idf install issue with 4.4.3 2024-07-01 15:45:42 +05:30
Shubham Patil 48b0f873c5 tools/docker: Fix building docker image and dir restructuring 2024-06-21 11:41:42 +05:30
Shubham Patil b367003be3 docker: install tree in esp-matter image and not in chip image 2024-05-23 10:00:36 +05:30
Shubham Patil 9a72f4fc9b gh-actions: Few improvements to launchpad workflow
- use newer action versions
- Don't run upload-component workflow in forks
- Lets build the rainmaker matter example as well
- made provision to specify the prefix for application name and
  sdkconfig to build example with
- install tree in docker image
- use tree to generate an index.html to display the content of the
  deplyoed directory
2024-05-17 18:26:23 +05:30
Shripad Deshpande 0123d1ed2e esp-matter-ci : Changes to fix the arbitary failures in esp-matter CI test cases by using symlink approach. 2024-04-30 13:55:05 +08:00
J. Diego Rodríguez Royo 3cef104381 Docker image improvements 2023-08-25 10:51:33 +00:00
WanqQixiang ca1258fd51 bugfix: Fix docker build in github 2023-03-31 17:36:56 +08:00
Shubham Patil 6d22f13a3b ESP Matter Developement docker image with IDF v4.4.3
Once docker image is ready, trigger the pages workflow to deploy built
binaries to launchpad.
2023-01-10 21:08:47 +05:30
WanqQixiang 98391d901d Submodule: Update submodule to v1.0.0.2 2023-01-06 10:35:26 +08:00
Shubham Patil 8a62e0d1b4 docker: Update chip docker image to tag V1.0.0.1 2023-01-03 20:44:43 +05:30
Shubham Patil 08dd32256d Update connectedhomeip submodule in docker image and minor doc changes
Closes https://github.com/espressif/esp-matter/issues/87
2022-11-14 14:13:28 +05:30
Shubham Patil 76625c7fe6 Github workflow to build and push the docker image with connectedhomeip
submodule to docker hub
2022-10-07 16:29:26 +05:30