-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Run Docker container as unprivileged user, allow PUID/PGID selection #722
Open
lkubb
wants to merge
14
commits into
dgtlmoon:master
Choose a base branch
from
lkubb:docker-unprivileged
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Nov 8, 2024
-
Run Docker container as unprivileged user
Previously, the container process ran with root privileges. This commit changes the default to an unprivileged user and makes it possible to specify PUID/PGID environment variables to choose UID/GID. Migration of existing data owned by root is handled transparently.
Configuration menu - View commit details
-
Copy full SHA for 12d26c6 - Browse repository at this point
Copy the full SHA 12d26c6View commit details -
Improve docker entrypoint to work rootless
* The previous behavior required root privileges on start, now this is optional (when run in rootless mode with --user). The user has to ensure the correct ownership is set for existing data in that case. * Furthermore, it is now possible to choose to keep root privileges by setting KEEP_PRIVILEGES to something non-empty. * This also renames abc user to changedetection (nicer).
Configuration menu - View commit details
-
Copy full SHA for a48b75d - Browse repository at this point
Copy the full SHA a48b75dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10cc499 - Browse repository at this point
Copy the full SHA 10cc499View commit details -
Configuration menu - View commit details
-
Copy full SHA for f706603 - Browse repository at this point
Copy the full SHA f706603View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d120a1 - Browse repository at this point
Copy the full SHA 1d120a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d19c9c - Browse repository at this point
Copy the full SHA 5d19c9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6966d8 - Browse repository at this point
Copy the full SHA d6966d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e37e3d7 - Browse repository at this point
Copy the full SHA e37e3d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bd4a8e - Browse repository at this point
Copy the full SHA 0bd4a8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 467315d - Browse repository at this point
Copy the full SHA 467315dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ca18ff - Browse repository at this point
Copy the full SHA 9ca18ffView commit details -
Ensure changedetection has a home dir
... to be able to install extra packages via pip
Configuration menu - View commit details
-
Copy full SHA for 0f425e4 - Browse repository at this point
Copy the full SHA 0f425e4View commit details
Commits on Nov 9, 2024
-
Don't force the DATASTORE_PATH
This got lost during a rebase, it's not necessary anymore since the env var is set inside the container by default and changedetection respects it.
Configuration menu - View commit details
-
Copy full SHA for a1285f2 - Browse repository at this point
Copy the full SHA a1285f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89c9ead - Browse repository at this point
Copy the full SHA 89c9eadView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.