From e608fdac1915e1db83f31ba9ef856730475cdec3 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 1 Dec 2023 16:38:41 +0200 Subject: [PATCH] Change the base image of full image variant to Debian Bookworm --- Makefile | 2 +- docs/deployment/image-variants.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ec6fc7ebf..ae81f32b9 100644 --- a/Makefile +++ b/Makefile @@ -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. diff --git a/docs/deployment/image-variants.md b/docs/deployment/image-variants.md index 89eeec923..f60183424 100644 --- a/docs/deployment/image-variants.md +++ b/docs/deployment/image-variants.md @@ -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.