qdm12 / basedevcontainer

Base development Docker image used by other development Docker images
MIT License
60 stars 8 forks source link

no support for non-root user #27

Open gpomykala opened 1 month ago

gpomykala commented 1 month ago

any plans to add non-root user in this base image?

qdm12 commented 1 month ago

Just released v0.26.0 still running as root, I'll re-look into it now. For context, I had it initially run without root but it was causing too many side issues, so it got removed in https://github.com/qdm12/basedevcontainer/commit/e1fcbd9a7cf1ec87a95bbd6838b99c6f432add28 - I'll try again now!

qdm12 commented 1 month ago

Code is ready in #30 but for now, the non root user "user" (uid 1000 and gid 1000) has:

Should this be changed? Why did you initially want to run the base image without root?