-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
rootless podman 3.1.0-3 build fails #10059
Comments
This seems like the c/storage issue that should have been fixed in 3.1.0 initial release? |
is fuse-overlayfs installed? |
Looking at https://github.com/adelton/freeipa-container/runs/2361954818 it says (in step Install podman and others)
|
Closes: containers#10059 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
PR here: #10115 |
GitHub Actions now upgraded podman to 3.1.0-3 in their Ubuntu environments so it's not even possible to stay with the original working 3.0.1. What is the ETA of a new podman build (3.1.1?) which would address this problem? Or should I disable testing on rootless podman altogether? |
@lsm5 should be pushing out a 3.1.2 build now, but it does not include that fix. We're probably going to need to cut a 3.1.3 next week. |
For the record, podman 3.1.2-1 in https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04/ seems to have fixed the problem for me. So if the fix should not have been in 3.1.2, maybe some more investigation to what the real cause was is needed. |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
With rootless podman 3.1.0-3, running podman build fails in the initial
FROM
step on GitHub Actions Ubuntu.Steps to reproduce the issue:
Dockerfile.fedora-33
with contentDescribe the results you received:
Describe the results you expected:
No error, image built.
Additional information you deem important (e.g. issue happens only occasionally):
GitHub Actions reproducer:
It is a regression as it does not happen with podman 3.0.1-2:
This is a spin-off of #10049.
Output of
podman version
:I did not run that command in GitHub Actions but the version is 3.1.0-3.
Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes to the latest podman package available in the repositories; No to checking the troubleshooting guide.
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: