Replies: 2 comments 5 replies
-
This is most likely not a podman issue, something is wrong with your environment then. You can strace podman to see what is doing but the error basically tells you that it cannot find its OCI runtime so something is wrong with your filesystem if the path is must like this. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue Description
We built a ubuntu 22.04 VM to run self hosted azure agent. Installed podman-docker to support building container images. If we are SSH to the machine using the same user account the agent service uses, the images build just fine. If we disconnect from the VM, they fail with
Error: default OCI runtime "crun" not found: invalid argument
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
Error: default OCI runtime "crun" not found: invalid argument`
Describe the results you expected
Container builds
podman info output
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
No response
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions