-
Notifications
You must be signed in to change notification settings - Fork 9
Arm image variants
Felipe Torrezan edited this page Mar 6, 2026
·
12 revisions
As per CXARM 9.70.4, the following Container images are readily available:
| Container image variant | Description |
|---|---|
ghcr.io/iarsystems/arm:<version>-minimal |
Minimal image: only the bare essential build tools. |
ghcr.io/iarsystems/arm:<version>-base |
Base image: -minimal with cstat, iarbuild, and cspybat. |
ghcr.io/iarsystems/arm:latest |
Base image of the latest version available. (Pulled by default if image tag is ommited). |
ghcr.io/iarsystems/arm:<version>-infineon |
Base image + Infineon device support. |
ghcr.io/iarsystems/arm:<version>-nxp |
Base image + NXP device support. |
ghcr.io/iarsystems/arm:<version>-microchip |
Base image + Microchip device support. |
ghcr.io/iarsystems/arm:<version>-renesas |
Base image + Renesas Electronics device support. |
ghcr.io/iarsystems/arm:<version>-st |
Base image + ST Micro device support. |
ghcr.io/iarsystems/arm:<version>-ti |
Base image + Texas Instruments device support. |
ghcr.io/iarsystems/arm:<version>-additional |
Base image with remaining vendor-specific device support. |
Note
The -minimal image includes the IAR Assembler, IAR C/C++ Compiler, IAR ILINK Linker, the Binary Utilities, and the Runtime Libraries.
This is the /containers cookbook. Back to Home.