Skip to content

k8s-ci-builder: Switch from Debian bullseye to bookworm#4302

Merged
k8s-ci-robot merged 1 commit intokubernetes:masterfrom
saschagrunert:k8s-ci-builder-bookworm
Mar 3, 2026
Merged

k8s-ci-builder: Switch from Debian bullseye to bookworm#4302
k8s-ci-robot merged 1 commit intokubernetes:masterfrom
saschagrunert:k8s-ci-builder-bookworm

Conversation

@saschagrunert
Copy link
Copy Markdown
Member

@saschagrunert saschagrunert commented Mar 2, 2026

What type of PR is this?

/kind bug

What this PR does / why we need it:

Switches the k8s-ci-builder image from Debian bullseye to bookworm. The latest Google Cloud SDK requires Python 3.10+ (str | None union type syntax), but bullseye only ships Python 3.9. This has caused all k8s-ci-builder variants except next (already on bookworm) to fail since ~Feb 24.

Which issue(s) this PR fixes:

None

Special notes for your reviewer:

The next variant has been on bookworm since mid-2023 without issues. The glibc compatibility concern only applies to kube-cross (which builds the Kubernetes binaries shipped to users), not k8s-ci-builder (which only runs release tools inside CI).

https://prow.k8s.io/job-history/gs/kubernetes-ci-logs/logs/post-release-push-image-k8s-ci-builder

Does this PR introduce a user-facing change?

NONE

The latest Google Cloud SDK requires Python 3.10+ (uses `str | None`
union type syntax), but bullseye only ships Python 3.9. This has been
causing all k8s-ci-builder variants except `next` (already on bookworm)
to fail since ~Feb 24.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/bug Categorizes issue or PR as related to a bug. labels Mar 2, 2026
@k8s-ci-robot k8s-ci-robot requested review from jimangel and jrsapi March 2, 2026 08:45
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: saschagrunert

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added area/release-eng Issues or PRs related to the Release Engineering subproject approved Indicates a PR has been approved by an approver from all required OWNERS files. sig/release Categorizes an issue or PR as relevant to SIG Release. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Mar 2, 2026
@saschagrunert saschagrunert changed the title WIP: k8s-ci-builder: Switch from Debian bullseye to bookworm k8s-ci-builder: Switch from Debian bullseye to bookworm Mar 2, 2026
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 2, 2026
@saschagrunert
Copy link
Copy Markdown
Member Author

PTAL @kubernetes/release-engineering

@ameukam
Copy link
Copy Markdown
Member

ameukam commented Mar 3, 2026

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 3, 2026
@k8s-ci-robot k8s-ci-robot merged commit 2df6966 into kubernetes:master Mar 3, 2026
12 checks passed
@saschagrunert saschagrunert deleted the k8s-ci-builder-bookworm branch March 3, 2026 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/release-eng Issues or PRs related to the Release Engineering subproject cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-priority release-note-none Denotes a PR that doesn't merit a release note. sig/release Categorizes an issue or PR as relevant to SIG Release. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants