-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
fix: Rootless entrypoint #311
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for opening this pull request! Be sure to follow the pull request template!
I am a bot, here are the test results for this PR:
|
Thanks for spotting this, an oversight on our part |
commit d8ea320 Author: LinuxServer-CI <ci@linuxserver.io> Date: Fri Jan 10 23:32:10 2025 +0000 Bot Updating Package Versions commit 52ed4df Author: LinuxServer-CI <ci@linuxserver.io> Date: Thu Jan 9 13:44:04 2025 +0000 Bot Updating Templated Files commit 3917620 Merge: 418c317 b0ad5dc Author: Adam <spad@linuxserver.io> Date: Thu Jan 9 13:42:25 2025 +0000 Merge pull request linuxserver#311 from pedorich-n/fix-rootless commit b0ad5dc Author: Nikita Pedorich <pedorich.n@gmail.com> Date: Thu Jan 9 21:51:27 2025 +0900 fix: Rootless entrypoint commit 418c317 Author: LinuxServer-CI <ci@linuxserver.io> Date: Mon Jan 6 03:05:49 2025 +0000 Bot Updating Package Versions commit af7da33 Author: LinuxServer-CI <ci@linuxserver.io> Date: Fri Jan 3 23:33:30 2025 +0000 Bot Updating Package Versions commit 67b0b96 Author: LinuxServer-CI <ci@linuxserver.io> Date: Wed Dec 25 23:11:22 2024 +0000 Bot Updating Package Versions commit e772abf Author: LinuxServer-CI <ci@linuxserver.io> Date: Wed Dec 25 23:08:21 2024 +0000 Bot Updating Templated Files commit 95d17bc Merge: 5787812 df0fa0d Author: Roxedus <me@roxedus.dev> Date: Thu Dec 26 00:06:49 2024 +0100 Merge pull request linuxserver#309 from linuxserver/master-3.21 commit df0fa0d Author: thespad <spad@linuxserver.io> Date: Mon Dec 23 18:05:25 2024 +0000 Newline commit edbd175 Author: thespad <spad@linuxserver.io> Date: Mon Dec 23 18:02:59 2024 +0000 Rebase to 3.21 commit 5787812 Author: LinuxServer-CI <ci@linuxserver.io> Date: Fri Dec 20 23:39:46 2024 +0000 Bot Updating Package Versions commit be4dd4b Author: LinuxServer-CI <ci@linuxserver.io> Date: Fri Dec 20 23:33:34 2024 +0000 Bot Updating Templated Files commit e8c62f5 Author: LinuxServer-CI <ci@linuxserver.io> Date: Fri Dec 20 23:30:54 2024 +0000 Bot Updating Templated Files commit b43e90d Author: LinuxServer-CI <ci@linuxserver.io> Date: Fri Dec 6 23:40:55 2024 +0000 Bot Updating Package Versions commit c8d7639 Author: LinuxServer-CI <ci@linuxserver.io> Date: Fri Dec 6 23:36:37 2024 +0000 Bot Updating Templated Files commit a5dda9b Author: LinuxServer-CI <ci@linuxserver.io> Date: Fri Dec 6 23:34:50 2024 +0000 Bot Updating Templated Files commit a0b1e8a Author: LinuxServer-CI <ci@linuxserver.io> Date: Fri Dec 6 23:33:15 2024 +0000 Bot Updating Templated Files commit 5f634a3 Author: LinuxServer-CI <ci@linuxserver.io> Date: Wed Nov 27 02:06:47 2024 +0000 Bot Updating Package Versions
Description:
Fix the rootless entry point introduced in #309
Without the change, I was getting
Benefits of this PR and context:
Rootless works
How Has This Been Tested?
podman build --no-cache --pull -t linuxserver/sonarr:latest .
podman run localhost/linuxserver/sonarr:latest --user=1100:1100 ...
Source / References:
Based on changes: