project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.48k stars 2.01k forks source link

Telink build docker image does not seem stable #8640

Closed andy31415 closed 3 years ago

andy31415 commented 3 years ago

Problem

Docker build of 0.4.31 for telink fails builds, however 0.4.30 succeeds.

This means that either the image build failed somehow (unlikely since image build fails when commands fail during the build) or the build itself is not stable (e.g. some URLs are not versioned)

We need repeatable docker builds: as new images are compiled, we need to keep the vscode image stable and working.

Proposed Solution

Investigate the cause of the failure and address. Fix the download images and make the image not change in time.

Damian-Nordic commented 3 years ago

@rikorsev FYI