Support docker containers with non-root users and host user uid not equal to 1000 #191
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
feature
good first issue
help wanted
in progress
invalid
question
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/stack-orchestrator#191
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "dboreham/builder-js-uid"
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?
Needed because Docker is badly designed and has no (usable) uid mapping abstraction.
This adopts the hacky solution developed for VSCode devcontainers where the "container user" is re-numbered to the host user's uid/gid at container build time, by means of buildnig a "per-uid" container.
Initial use is to allow building npm packages on Linux servers.
Almost nobody notices this nonsense on Docker because "it works on macos".