jsarzy / phoenix-rtos-docker

Phoenix-RTOS Docker images - compile and development tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phoenix-RTOS docker images

These images are intended to be used when developing Phoenix-RTOS OS and apps. Prebuilt images are available on DockerHub.

Image types

phoenixrtos/build

Image with toolchains for arm7v-a, armv7-m, ia32 and riscv targets.

Manual build and upload

DOCKER_BUILDKIT=1 docker build . -t phoenixrtos/build
# building will take about 1 hour - after that test if it builds all TARGETs from phoenix-rtos-project
docker tag phoenixrtos/build:latest phoenixrtos/build:20201019  # use current date
docker push phoenixrtos/build

About

Phoenix-RTOS Docker images - compile and development tools


Languages

Language:Dockerfile 100.0%