-
Notifications
You must be signed in to change notification settings - Fork 47
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 - subuid / subgid issue #59
Comments
Happy to merge PRs fixing the problem! |
I ran into the same issue too but I'm not using podman. The error I get is:
In my case I am running docker under a Linux container (LXD) and I think it has similar subuid limitations as podman. I don't think it's anything with the code, but something about how this is being built because I can use the scripts as is to build the docker image. Push it to my org nexus docker registry and then pull it down from another machine fine and use docker-compose.yml as usual. |
After a bit of searching this seems to be a npm problem - npm/cli#5889 . The used Solution to this would probably be a newer version of npm, not totally sure what exact npm version fixes this. |
pretalx only supports currently supported Nodejs versions, and 9.2.0 is way outdated at this point – the oldest still-maintained version is v18 at the moment. |
I was talking about the npm version, not nodejs. Current npm version is 10.5.1. The mentioned npm version is the one provided by the bookworm repositorys. |
Ah, gotcha, sorry! |
I'm trying to get pretalx to run within rootless podman. Pulling the image from dockerhub the following issue occurs:
In rootless podman the user normally gets a start uid and a range - f.e.
core:100000:1000000
. Looking at the requested id's this seems unnecessarily high and far from each other. Is there a particular reason for this?Workaround is to build the image locally within rootless podman.
The text was updated successfully, but these errors were encountered: