@monstermunchkin sorry to bother you, but is this expected behavior that default user ubuntu
with UID 1000 in the recent container images:ubuntu/jammy/cloud
has his default group ubuntu
with GID 1002 instead of 1000?
Because GID 1000 is used for lxd
group, when I enable shift
for a shared folder with container, then inside container this folder belongs to ubuntu:lxd
.
In other words, when I create a container and share a shifted folder with it:
incus launch images:ubuntu/jammy/cloud test
incus config device add test shared_folder disk shift=true source=~/Downloads path=/home/ubuntu/Downloads
ll
inside container shows:
drwxr-xr-x 2 ubuntu lxd 4096 Dec 21 09:17 Downloads/