mirror of
https://github.com/tubearchivist/tubearchivist-jf.git
synced 2026-03-23 21:17:23 +00:00
[GH-ISSUE #28] Cannot run docker container as anything other than root #24
Labels
No labels
duplicate
enhancement
help wanted
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/tubearchivist-jf#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rockerbacon on GitHub (Feb 2, 2024).
Original GitHub issue: https://github.com/tubearchivist/tubearchivist-jf/issues/28
In the Dockerfile, pip is always invoked with the
--userflag. This means only the root user will have the necessary dependencies available and the application will break when the container is run with a different user.Since tubearchivist-jf has to modify the media directory, this creates an incompatibility with TubeArchivist whenever HOST_GID and/or HOST_UID environment variables are used to specify a media owner.