add debian trixie support for debian-base - #4312
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Opvolger The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @Opvolger. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
I removed the riscv64 support (see #4303), now only added trixie |
|
Thanks for adding this. I'm also interested in getting this updated, as bookworm only supports python version 3.11 in the python3 package, while trixie has 3.12. Edit: Bookworm will no longer supported for the security channel starting 2026-06-10. |
252a944 to
67935de
Compare
|
Can we break it into two commits?
That will make it easier to review quickly. Sorry for the delay, I think the assigned reviewers have been otherwise occupied ... /ok-to-test |
|
e.g. https://github.com/kubernetes/release/pull/4263/commits I missed this image because i was focused on porting the tricky bash changes to the distroless-iptables image from the project those scripts started in. |
| e2fsprogs \ | ||
| libss2 \ | ||
| libcom-err2 \ | ||
| libext2fs2 \ |
There was a problem hiding this comment.
In trixie this is libext2fs2t64, does this image build?
| e2fsprogs \ | ||
| libss2 \ | ||
| libcom-err2 \ | ||
| libext2fs2 \ |
There was a problem hiding this comment.
| libext2fs2 \ | |
| libext2fs2t64 \ |
|
/retest |
|
@Opvolger: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
Still timing out, probably a combination of the new Trixie version and all of the variants we build. Should we bump the cloud build timeout in |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Debian Trixie is the successor to Bookworm.
Updated debian-base docker image.
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?