Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: switch base to debian 12 #177

Merged
merged 1 commit into from
Mar 19, 2024
Merged

docker: switch base to debian 12 #177

merged 1 commit into from
Mar 19, 2024

Commits on Mar 19, 2024

  1. docker: switch base to debian 12

    Some tools that interact with the kernel are not happy when using old tools on
    a new kernel. For example, turns out that resize2fs (the ext* resize tool)
    refuses to resize a mounted FS on a new kernel because the FS there reports
    some features it does not know about.
    
    To fix, we use the latest debian stable release as our base image. Tools there
    should be new enough for the future.
    
    Signed-off-by: Moritz Wanzenböck <[email protected]>
    WanzenBug committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d51694b View commit details
    Browse the repository at this point in the history