-
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
On GitHub Actions ubuntu-22.04
, rootless podman now fails with failed to write to /proc/self/oom_score_adj: Permission denied
#21051
Comments
Speaking about last time when this worked, in https://github.com/freeipa/freeipa-container/actions/runs/7217969905/job/19669690006 I see
This week the failed job https://github.com/freeipa/freeipa-container/actions/runs/7243634318/job/19733472131 showed
|
I am closing for now since it is exactly like the conmon issue and the |
Well, depending on how long it will take to get new conmon released and built, might it not be faster to for example respin the podman in that https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/ with an additional versioned dependency to pull the older conman build? |
I agree that this should be done if it's faster. |
This reverts commit 811be42. Issue fixed via containers/conmon#476 and new conmon 2.1.10 which is now in https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_22.04/.
Issue Description
I've been using podman 4 on GitHub Actions
ubuntu-22.04
machines to build RHEL images for ages.It recently started to fail.
Steps to reproduce the issue
Steps to reproduce the issue
.github/workflows/build-test.yaml
withDescribe the results you received
Describe the results you expected
Container created and run
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
GitHub
ubuntu-22.04
and podman from https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_$(lsb_release -rs)/Additional information
Deterministic.
I'm aware of #3024. However, that has been closed since 2019, people recently seem piling reports of hitting the issue again, and here I'd like to specifically focus on getting podman 4 working on GitHub Actions again. Ideally things should be packaged in such a way that no special tweaks are needed, as was the situation until last week.
The text was updated successfully, but these errors were encountered: