Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/embeddedcontainers/ncs
Performance-optimized container images for building Nordic nRF Connect SDK applications.
https://github.com/embeddedcontainers/ncs
docker docker-image dockerfile embedded embedded-c embedded-systems nordic-semiconductor nrf-connect-sdk oci oci-image rtos zephyr-rtos
Last synced: 14 days ago
JSON representation
Performance-optimized container images for building Nordic nRF Connect SDK applications.
- Host: GitHub
- URL: https://github.com/embeddedcontainers/ncs
- Owner: embeddedcontainers
- License: apache-2.0
- Created: 2023-12-25T14:08:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-16T07:36:26.000Z (10 months ago)
- Last Synced: 2024-07-30T21:08:18.209Z (3 months ago)
- Topics: docker, docker-image, dockerfile, embedded, embedded-c, embedded-systems, nordic-semiconductor, nrf-connect-sdk, oci, oci-image, rtos, zephyr-rtos
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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"```