-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Subsystem creation failure reports success #391
Comments
After further inspection it appears to be an issue with distrobox (1.7.2.0).
Running the command outside of apx gives the same result and proves the error is not handled correctly.
|
Also, it appears that the image was created in podman successfully.
|
After further inspection, the source of the issue has to do with |
The issue was from a mislabelling as reported here. You can see in the distrobox command above that "jammy" was separated from the stack label incorrectly. The error doesnt seem to be handled correctly by distrobox as it returns a 0 despite podman failing. Closing for the time being. |
I tried to create a subsystem based on
ubuntu:jammy
which gave a resource denied error.apx
reports a successful creation despite a previous error.The text was updated successfully, but these errors were encountered: