Update base image for addon-manager to fix a build failure.

This commit is contained in:
Zihong Zheng 2025-03-04 18:33:24 +00:00
parent aa08c90fca
commit 4fda41c650
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
### Version 9.1.8 (Mon Mar 3 2025 Jeffrey Ying <jeffrey.ying86@live.com>)
- Update kubectl to v1.32.2.
- Update base image to debian-base:bookworm-v1.0.4.
### Version 9.1.7 (Thu May 15 2023 Paco Xu <paco.xu@daocloud.io>)
- Update kubectl to v1.27.1.

View File

@ -18,7 +18,7 @@ TEMP_DIR:=$(shell mktemp -d)
VERSION=v9.1.8
KUBECTL_VERSION?=v1.32.2
BASEIMAGE=registry.k8s.io/debian-base-$(ARCH):v1.0.1
BASEIMAGE=registry.k8s.io/build-image/debian-base-$(ARCH):bookworm-v1.0.4
SUDO=$(if $(filter 0,$(shell id -u)),,sudo)