Skip to content

Commit 0156f6e

Browse files
authored
Merge pull request kubernetes#130566 from MrHohn/addon-update-makefile
Update base image for addon-manager to fix a build failure.
2 parents 89d0b70 + 4fda41c commit 0156f6e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cluster/addons/addon-manager/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### Version 9.1.8 (Mon Mar 3 2025 Jeffrey Ying <[email protected]>)
22
- Update kubectl to v1.32.2.
3+
- Update base image to debian-base:bookworm-v1.0.4.
34

45
### Version 9.1.7 (Thu May 15 2023 Paco Xu <[email protected]>)
56
- Update kubectl to v1.27.1.

cluster/addons/addon-manager/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TEMP_DIR:=$(shell mktemp -d)
1818
VERSION=v9.1.8
1919
KUBECTL_VERSION?=v1.32.2
2020

21-
BASEIMAGE=registry.k8s.io/debian-base-$(ARCH):v1.0.1
21+
BASEIMAGE=registry.k8s.io/build-image/debian-base-$(ARCH):bookworm-v1.0.4
2222

2323
SUDO=$(if $(filter 0,$(shell id -u)),,sudo)
2424

0 commit comments

Comments
 (0)