2022-11-02 12:34:37 +00:00
|
|
|
---
|
|
|
|
title: "Image variants"
|
|
|
|
layout: default
|
|
|
|
sort: 1
|
|
|
|
---
|
|
|
|
|
|
|
|
# Image variants
|
|
|
|
{: .no_toc}
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2023-12-20 21:46:37 +00:00
|
|
|
NFD offers two variants of the container image. Released container images are
|
|
|
|
available for x86_64 and Arm64 architectures.
|
2022-11-02 12:34:37 +00:00
|
|
|
|
2023-12-20 21:46:37 +00:00
|
|
|
## Default
|
2022-11-02 12:34:37 +00:00
|
|
|
|
2023-12-20 21:46:37 +00:00
|
|
|
The default is a minimal image based on
|
2023-01-10 19:34:02 +00:00
|
|
|
[scratch](https://hub.docker.com/_/scratch)
|
2022-11-02 12:34:37 +00:00
|
|
|
and only supports running statically linked binaries.
|
|
|
|
|
2023-01-10 18:50:54 +00:00
|
|
|
For backwards compatibility a container image tag with suffix `-minimal`
|
|
|
|
(e.g. `{{ site.container_image }}-minimal`) is provided.
|
|
|
|
|
|
|
|
## Full
|
|
|
|
|
2023-12-01 14:38:41 +00:00
|
|
|
This image is based on [debian:bookworm-slim](https://hub.docker.com/_/debian)
|
2023-01-10 18:50:54 +00:00
|
|
|
and contains a full Linux system for running shell-based nfd-worker hooks and
|
|
|
|
doing live debugging and diagnosis of the NFD images.
|
|
|
|
|
|
|
|
The container image tag has suffix `-full`
|
|
|
|
(e.g. `{{ site.container_image }}-full`).
|