-
Notifications
You must be signed in to change notification settings - Fork 198
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
Error while running inside podman: #2982
Comments
Adding this seems to work:
I then ran the following commands, so that the files are written into the bind-mounted directory:
Is this the "right" way? If so, feel free to close this issue. I'll leave it open for now in case it warrants more discussion, or if a better solution exists. Thank you. |
Hi, I'd look at https://github.com/coreos/coreos-assembler/ which is extensively oriented around running rpm-ostree in a container image (it also generates disk images). |
Hi @cgwalters - thank you for replying. I actually did start there, but was hoping to pare things back to a more minimal setup. If it helps anyone else in the future, this is the best I could do:
Notes:
I will go ahead and close this since the problem was with me and not with OSTree. 😄 |
Hello. I am trying to get rpm-ostree running inside of a container. I'm invoking podman like this:
The first problem I ran into was:
I was able to resolve this by installing
selinux-policy
.After that, the RPMs finish downloading, pre-scripts and post-scripts run successfully, but then it blows up with:
I have been banging my head on this for a couple hours with no luck. What am I missing? Any help would be appreciated.
The text was updated successfully, but these errors were encountered: