Replies: 4 comments
-
If it's not related to SELinux, this may just be a normal permissions issue. On the system where you're seeing the error, what are the permissions on that file ( A |
Beta Was this translation helpful? Give feedback.
-
That's a good sanity check to run, but it seems they're identical on both systems. It looks like disabling that option doesn't actually prevent I wonder if there's way to probe directly what the the error is here. I tried |
Beta Was this translation helpful? Give feedback.
-
I found a workaround for this issue. The So the following works:
Of course this is a workaround and doesn't really explain the difference between Fedora flavors, but this might be useful to someone. |
Beta Was this translation helpful? Give feedback.
-
Since the project documentation mentions |
Beta Was this translation helpful? Give feedback.
-
I'm running into a weird issue that I hope someone can shed some light on - rootless Buildah behavior appears to be different between a Fedora Workstation and Fedora Cloud image.
I'm trying to run a simple toy buildah example on a rootless system like so:
This works as expected on Fedora Workstation 41 and installs a root directory with the cowsay binary. However, when I run this on a Fedora Cloud image, the last command runs into the following error:
There appears to be a permissions error with the cloud image I don't encounter on the Workstation image. What could be the difference? I've confirmed I get the issue occurs regardless of whether the cloud image is on x86_64 or on aarch64 and regardless of whether SELinux is enabled or not. The buildah version in all cases is from the Fedora repositories -
buildah version 1.39.3
. All systems are fresh installations with out of the box configuration.Beta Was this translation helpful? Give feedback.
All reactions