-
Notifications
You must be signed in to change notification settings - Fork 37
Description
stacker version
v1.0.0
Describe the bug
Hi,
Not sure if this is already tracked, but the released stacker binaries don't seem to work with Ubuntu 24:
https://github.com/project-stacker/stacker/releases/download/v1.0.0/stacker
https://github.com/project-stacker/stacker/releases/download/v0.40.5/stacker
Our tests using stacker have started failing after the runner was updated to Ubuntu 24.
This applies to both stacker v0.40.5 and the latest v1.0.0 (I tried upgrading stacker to see if a newer version works better).
Both of these versions were downloaded from https://github.com/project-stacker/stacker/releases release artifacts.
On Ubuntu 22 we are using v0.40.5 successfully.
Here is 1 example: https://github.com/project-zot/zot/blob/main/test/blackbox/annotations.bats#L108
The run where it failed: https://github.com/project-zot/zot/actions/runs/12817300695/job/35740195668
# Last output:
# entering private mount namespace failed: Permission denied
# parent read(): No error information
# error: exit status 1
Here is a 2nd example: https://github.com/project-zot/zot/actions/runs/12821167569/job/35751949840
To reproduce
- Configuration: Ubuntu 24 + stacker v0.40.5 or v1.0.0
- Client tool used
- Seen error:
# entering private mount namespace failed: Permission denied
# parent read(): No error information
# error: exit status 1
Expected behavior
Here is the job from the 1st example running successfully on Ubuntu 22: https://github.com/project-zot/zot/actions/runs/12762394205/job/35570847538
Screenshots
No response
Additional context
No response