mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2026-04-25 15:05:50 +03:00
[GH-ISSUE #109] Feedback on Container User Permission Change in versions newer than netbootxyz/netbootxyz:0.7.5-nbxyz9 #30
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-netbootxyz#30
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 @notylou on GitHub (Sep 18, 2025).
Original GitHub issue: https://github.com/netbootxyz/docker-netbootxyz/issues/109
Hello,
I've noticed an apparent change in the container's internal user permissions for Docker image versions newer than netbootxyz/netbootxyz:0.7.5-nbxyz9.
Specifically, after updating to a newer version, the container fails to start or run correctly if I continue to use the PUID and PGID environment variables in my Docker CLI command or Docker Compose configuration to specify the user and group. The container only runs as expected after I remove the PUID and PGID settings from my configuration.
I have reviewed the project's README and release notes, but I could not find any explicit documentation regarding this permission change. This might cause confusion for users who are upgrading from an older version.
Could you please clarify if this is an intentional change? If so, would it be possible to add a note about this in the documentation? If this is an unintentional bug, I hope the development team can look into it.
Thank you
@tenfourty commented on GitHub (Sep 22, 2025):
I think the issue comes from this commit:
github.com/netbootxyz/docker-netbootxyz@ca7a3390c2