-
Notifications
You must be signed in to change notification settings - Fork 802
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
Cannot build image using Buildah:1.20.0 (rootless) #3120
Comments
It's also broken in the current virtual environment |
Here is a workaround we are using in GitHub Actions, as per buildah troubleshooting: |
@divyansh42 thank you very much for the pointer. For others that hop into this thread, here's the solution from the link @divyansh42 provided. If you want more details, head over there.
|
Well, a lot of users are going to continue to hit this upgrading from 1.19 to 1.20. Is there any chance we can set This looks like #1745 though that is a rather old issue |
#3120 (comment) didn't work for me (missing ~/.config/containers/storage.conf file) |
Description
After Buildah's update to 1.20.0, I'm no longer able to create a new image as a non-root user.
It was possible on a previous version that I had.
Steps to reproduce the issue:
Describe the results you received:
Output of
rpm -q buildah
orapt list buildah
:Output of
buildah version
:Output of
cat /etc/*release
:Output of
uname -a
:Output of
cat /etc/containers/storage.conf
:The text was updated successfully, but these errors were encountered: