25 lines
451 B
Markdown
25 lines
451 B
Markdown
# docker-mbed-gcc9
|
|
|
|
Reusable CI image for Mbed OS 5 firmware builds.
|
|
|
|
Published image:
|
|
|
|
```text
|
|
git.tbeslan.ru/beslan/mbed-gcc9:mbed-os5
|
|
```
|
|
|
|
Installed tools:
|
|
|
|
- Ubuntu 20.04
|
|
- Python 3
|
|
- `mbed-cli==1.10.5`
|
|
- `gcc-arm-none-eabi` from Ubuntu 20.04 packages
|
|
- `make`, `patch`, `git`, `mercurial`, `curl`, `unzip`
|
|
|
|
Build and push:
|
|
|
|
```sh
|
|
docker build -t git.tbeslan.ru/beslan/mbed-gcc9:mbed-os5 .
|
|
docker push git.tbeslan.ru/beslan/mbed-gcc9:mbed-os5
|
|
```
|