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

Build stacker on Ubuntu 24.04 LTS (noble) #644

Merged
merged 1 commit into from
Sep 11, 2024

Commits on Sep 11, 2024

  1. feat: build stacker on Ubuntu 24.04 LTS (noble)

    Fix build on Ubuntu 24.04
    
    - install libsystem-dev for static libsystemd library
    - Use ppa:puzzleos/dev to pull in patched lxc 5.0.3 which includes
      liblxc.a in the lxc-dev package
    - Handle modifying kernel tunables for user-namespace and apparmor
      restrictions
    - Adjust Makefile to add -lsystemd to the libs when making
      stacker-dynamic, but omit the library when stacker-static is building
      built
    - Add default container policy to rfs if not already present
    - Fix whiteouts.bats test, don't quote the bsdtar | grep or we get
      command not found, further, check the grep return code, if it's
      0, then we found the whiteout file in the tar and the test should
      fail.
    
    Fixes: project-stacker#632
    
    Signed-off-by: Ryan Harper <rharper@woxford.com>
    raharper committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1fb1d2e View commit details
    Browse the repository at this point in the history