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
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.
andaaron
changed the title
Bug: stacker errors on Ubuntu: parent read(): No error information
Bug: stacker errors on Ubuntu 24: parent read(): No error information
Jan 17, 2025
@raharper I just looked quickly at the apparmor profile suggested to allow unprivileged userns, and it looks like AA profiles assume that they will know the full path to the binary - stacker has always just run from anywhere, do you know if there's a different way to specify a binary?
If it has to be path specific, maybe we need to add a 'stacker setup' command that writes the profile and has to run before the first build?
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
Here is a 2nd example: https://github.com/project-zot/zot/actions/runs/12821167569/job/35751949840
To reproduce
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
The text was updated successfully, but these errors were encountered: