-
Notifications
You must be signed in to change notification settings - Fork 102
Home
Stephanos Ioannidis edited this page Aug 16, 2025
·
4 revisions
Zephyr Docker image uses the major.minor.revision
version format:
-
major
is always 0. -
minor
is incremented for every Zephyr release. -
revision
is incremented for every new Docker image release.
Each major.minor
version is associated with a specific Zephyr release and hence a Zephyr release branch (vX.Y-branch
).
For example, the Zephyr Docker image version 0.28.x
is associated with Zephyr 4.2 release and the Zephyr v4.2-branch
tracks the CI image v0.28.x
.
Image Version | Zephyr Version |
---|---|
0.26 | 3.7 |
0.28 | 4.2 |
0.29 | main |