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
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Running a certain image as a host user root with --userns=auto causes the same errors as described in containers/podman#14504 but without this option runs just fine. Other images, when run with the same option, seem to work without issues.
Steps to reproduce the issue:
# podman run --userns auto homeassistant/home-assistant:stable
Error: crun: open `/var/lib/containers/storage/overlay/cc65e6466f2c4ef019864554561b2887ff7828ff0fa45d60606458277f4a634e/merged/.containerenv`: No such file or directory: OCI runtime attempted to invoke a command that was not found
or
Error: crun: open `/var/lib/containers/storage/overlay/d7382fd09c8bb2af8d0ba4a501c6abbd8c316fab78f69a42a9a512c14cb40eac/merged/resolv.conf`: No such file or directory: OCI runtime attempted to invoke a command that was not found
Describe the results you expected:
The image should run without any errors, just like running it without --userns=auto.
Additional information you deem important (e.g. issue happens only occasionally):
The exact digest of the images is 97469ad6347a2173d524c8c581c4ec97ba2f0349a96bd878b67767cd4fba4820.
The errors occur in no particular order.
Output of podman version:
Client: Podman Engine
Version: 4.2.1
API Version: 4.2.1
Go Version: go1.18.5
Built: Wed Sep 7 19:58:19 2022
OS/Arch: linux/amd64
I'm running Fedora CoreOS as the host system which comes with the entry containers:165536:65536 in /etc/sub*id by default. One thing i recognized though is that the system doesn't come with a user containers by default. I created one by myself because i'm not sure if the entries in /etc/sub*id make sense without a corresponding user.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Running a certain image as a host user
root
with--userns=auto
causes the same errors as described in containers/podman#14504 but without this option runs just fine. Other images, when run with the same option, seem to work without issues.Steps to reproduce the issue:
Describe the results you received:
or
or
Describe the results you expected:
The image should run without any errors, just like running it without
--userns=auto
.Additional information you deem important (e.g. issue happens only occasionally):
The exact digest of the images is
97469ad6347a2173d524c8c581c4ec97ba2f0349a96bd878b67767cd4fba4820
.The errors occur in no particular order.
Output of
podman version
:Output of
podman info
:The text was updated successfully, but these errors were encountered: