Releases: zephyrproject-rtos/docker-image
Releases · zephyrproject-rtos/docker-image
v0.17.1: Zephyr SDK 0.13.0 Alpha-1
- Pull SDK 0.13.0-alpha-1 for testing ARC64 support.
- Updates so container can be used to build SDK as well.
v0.17.0: Unified Docker Image
This release unifies the developer and the CI docker images into one easing maintenance and keeping the developer docker container in sync with what is being used inside CI.
v0.17.0-rc1 Unified docker images
unify docker images This unify docker images and moves all docker images to one repository. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
v0.14: Dockerfile: Add g++-multilib to docker image
This commit adds the `g++-multilib` package to the docker image, which will fix build errors for some 32-bit platforms if we use this docker image to build test cases on 64-bit machines. Fixes: https://github.com/zephyrproject-rtos/docker-image/issues/48 Signed-off-by: Henry Wang <Henry.Wang@arm.com>