project-chip / certification-tool

A test harness and tooling designed to simplify development, testing, and certification for devices, guided by the Connectivity Standards Alliance.
https://csa-iot.org/
Apache License 2.0
40 stars 23 forks source link

Download docker images as part of update.sh #137

Closed mikaelhm closed 9 months ago

mikaelhm commented 9 months ago

Docker images used to be downloaded at first start, but this can be a bit slow and unexpected.

This PR will explicitly download the required images during an update.

Note as the update script is also executed during auto-install, this will also download the images during first installation.