mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
62f4eddce6
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
31 lines
764 B
Markdown
31 lines
764 B
Markdown
---
|
|
title: "Image variants"
|
|
layout: default
|
|
sort: 1
|
|
---
|
|
|
|
# Image variants
|
|
{: .no_toc}
|
|
|
|
---
|
|
|
|
NFD offers two variants of the container image. Released container images are
|
|
available for x86_64 and Arm64 architectures.
|
|
|
|
## Default
|
|
|
|
The default is a minimal image based on
|
|
[scratch](https://hub.docker.com/_/scratch)
|
|
and only supports running statically linked binaries.
|
|
|
|
For backwards compatibility a container image tag with suffix `-minimal`
|
|
(e.g. `{{ site.container_image }}-minimal`) is provided.
|
|
|
|
## Full
|
|
|
|
This image is based on [debian:bookworm-slim](https://hub.docker.com/_/debian)
|
|
and contains a full Linux system for doing live debugging and diagnosis
|
|
of the NFD images.
|
|
|
|
The container image tag has suffix `-full`
|
|
(e.g. `{{ site.container_image }}-full`).
|