Merge pull request #130566 from MrHohn/addon-update-makefile

Update base image for addon-manager to fix a build failure.
This commit is contained in:
Kubernetes Prow Robot 2025-03-04 14:50:11 -08:00 committed by GitHub
commit 0156f6e17c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)