rails-new icon indicating copy to clipboard operation
rails-new copied to clipboard

Fix collisions with existing user and group ids

Open ilian opened this issue 1 year ago • 0 comments

Do not add groups or users if ther gid or uid already exists in the base image. We also make useradd and the USER instruction depend on numeric ids since we can't guarantee that a group or user with name app exists. The USER instruction now also includes the group id to ensure that any created files have the expected user and group ownership.

ilian avatar Aug 18 '24 14:08 ilian