Skip to content

Commit 9386bf5

Browse files
authored
Merge pull request #1486 from marquiz/devel/image-variants
Change the base image of full image variant to Debian Bookworm
2 parents 946bff2 + e608fda commit 9386bf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ IMAGE_BUILD_EXTRA_OPTS ?=
99
IMAGE_PUSH_CMD ?= docker push
1010
CONTAINER_RUN_CMD ?= docker run
1111
BUILDER_IMAGE ?= golang:1.21-bookworm
12-
BASE_IMAGE_FULL ?= debian:bullseye-slim
12+
BASE_IMAGE_FULL ?= debian:bookworm-slim
1313
BASE_IMAGE_MINIMAL ?= scratch
1414

1515
# Docker base command for working with html documentation.

docs/deployment/image-variants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For backwards compatibility a container image tag with suffix `-minimal`
2424

2525
## Full
2626

27-
This image is based on [debian:bullseye-slim](https://hub.docker.com/_/debian)
27+
This image is based on [debian:bookworm-slim](https://hub.docker.com/_/debian)
2828
and contains a full Linux system for running shell-based nfd-worker hooks and
2929
doing live debugging and diagnosis of the NFD images.
3030

0 commit comments

Comments
 (0)