Skip to content

Commit 544af78

Browse files
committed
README: Mention Embedded Containers Zephyr image
There are currently many complaints saying that the upstream Zephyr Docker images are too large and contain many tools not required for downstream CI operation. Mention the Zephyr image provided by the Embedded Containers project, maintained by Jonathan Beri who is an active Zephyr contributor, at the top of the README file for the people looking for smaller images. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent 333fbe0 commit 544af78

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ This repository contains the Dockerfiles for the following images:
88
- **Developer Image (_zephyr-build_):** includes additional tools that can be useful for Zephyr
99
development.
1010

11+
The Docker images hosted by this repository provide the "full" environment for upstream Zephyr CI
12+
testing and development, containing the toolchains for all supported architectures and various other
13+
tools for testing.
14+
15+
If you are looking for a smaller image for downstream CI or local development targeting a specific
16+
architecture, consider using the [Zephyr image provided by the Embedded Containers
17+
project](https://github.com/embeddedcontainers/zephyr).
18+
1119
## Developer Docker Image
1220

1321
### Overview

0 commit comments

Comments
 (0)