Without entries in /etc/subuid and /etc/subgid, Podman cannot map the UIDs/GIDs present in image layers (e.g. gid 42 for /etc/shadow) into the user namespace, causing 'lchown: invalid argument' on layer extraction. Add a 65536-ID range starting at 100000 for the current user if missing, then run podman system migrate so existing storage is updated. https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH |
||
|---|---|---|
| .. | ||
| .env.example | ||
| docker-compose.yml | ||
| Dockerfile.server | ||
| Makefile | ||
| start.sh | ||