podman build requires runc #9384
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST?
/kind bug
Description
podman build
requiresrunc
to be presented in the PATH and it doesn't respectcontainers.conf
.Steps to reproduce the issue:
runc
crun
$HOME/.config/containers/containers.conf
with the following content:podman build
commandDescribe the results you received:
Building fails with the error:
Describe the results you expected:
podman build
should respectcontainers.conf
and use the engine from it.Additional information you deem important (e.g. issue happens only occasionally):
Specifying runtime explicitly
podman --runtime=crun build
makes it working.Output of
podman version
:Output of
podman info --debug
:Package info:
Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
I found the issues on my physical machine.
The text was updated successfully, but these errors were encountered: