You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The jammy stack has no default user or group configured, but with Noble there is a default user and group. These are assigned to uid and gid 1000. The uid was previously changed to 1001 (build) and 1002 (run), but the gid was not changed. This changes the gid to 1001 (from 1000), so that it does not collide with the default gid that is in the image
Signed-off-by: Daniel Mikusa <dan@mikusa.com>
0 commit comments