mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Update base image for addon-manager to fix a build failure.
This commit is contained in:
parent
aa08c90fca
commit
4fda41c650
@ -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.
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user