integrations/docker/images/base/chip-build/README.md
project-chip/chip-build is the name of the Docker image used by CHIP for continuous integration and other builds.
Contents of this directory:
Please update version when any required tooling is updated. Some rough guidelines:
Note, you must have privileged access to the connectedhomeip:chip-build on Docker Hub
Typical use:
$ ./build.sh, which installs the image locally as the new version$ docker login$ ./build.sh --push --latest, Note: omit --latest unless on the
master branch