upgrade base image to debian 13#1557
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: huww98 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 |
14e9959 to
c44dea3
Compare
|
XFS (nvme5n1): Superblock has unknown incompatible features (0x20) enabled. Looks like mkfs.xfs is too new and enabled some features that is not supported by alinux3 kernel. Available at Linux v5.19 torvalds/linux@919819f |
| } else if fstype == "xfs" { | ||
| args = []string{ | ||
| "-f", | ||
| "-i", "nrext64=0", // This requires kernel v5.19, so disable for now. |
There was a problem hiding this comment.
another reason to hold this. We will need to replace ASI dockerfile before merge. Old mkfs.xfs will not understand this flag.
Now all binaries are under /usr, we can remove the logic to search both.
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Now all binaries are under /usr, we can remove the logic to search both.
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
/hold
For upstream distroless image is still preview.Released now