Closed MrDonkey07 closed 1 year ago
I'm going to keep this open for a bit because:
I'm hoping to tackle this during this holiday season when I have more free time.
I faced the GID:1001 hardcoded issue, I just reused the MrDonkey07 branch, and I herbly confirm it solved the issue. Thanks ! If I may, I vote for merge request approval.
Automatically marked as stale due to no recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Automatically closed stale item.
Also hitting the default 1001 bug.
update?
Removed stale label.
Setting primary GID for users to be created from config.
Rather than creating default individual groups for each user when calling
useradd
, the specified GID for that user will be used as the user's primary group. This ensures that files created by that user inside the container are correctly owned by the specified host GID.