Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 447 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 447 Bytes

NCS Container Images

Develop nRF Connect SDK (NCS) applications using OCI-compatible Docker images.

Getting container images

Build images locally

Building images locally ensures you can trust the source of the image, as well as allow you to modify the container image configuration.

Building with Docker CLI

Build the image

docker build --build-arg NCS_SDK_VERSION=v2.5.0 -f "./ncs/Dockerfile" -t ncs:v2.5.0SDK "./ncs"