1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

Change the base image of full image variant to Debian Bookworm

This commit is contained in:
Markus Lehtonen 2023-12-01 16:38:41 +02:00
parent 946bff2277
commit e608fdac19
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ IMAGE_BUILD_EXTRA_OPTS ?=
IMAGE_PUSH_CMD ?= docker push
CONTAINER_RUN_CMD ?= docker run
BUILDER_IMAGE ?= golang:1.21-bookworm
BASE_IMAGE_FULL ?= debian:bullseye-slim
BASE_IMAGE_FULL ?= debian:bookworm-slim
BASE_IMAGE_MINIMAL ?= scratch
# Docker base command for working with html documentation.

View file

@ -24,7 +24,7 @@ For backwards compatibility a container image tag with suffix `-minimal`
## Full
This image is based on [debian:bullseye-slim](https://hub.docker.com/_/debian)
This image is based on [debian:bookworm-slim](https://hub.docker.com/_/debian)
and contains a full Linux system for running shell-based nfd-worker hooks and
doing live debugging and diagnosis of the NFD images.