You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: build stacker on Ubuntu 24.04 LTS (noble) (#644)
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: #632
Signed-off-by: Ryan Harper <[email protected]>
0 commit comments