Docker Entrypoint PGID Fix
🐛 Bug Fixes
- docker: Fixed container startup failing with
addgroup: group 'skysend' in usewhenPGIDis set to a value other than the default1001-busybox'sdelgroupcannot remove a group that still has members, so the subsequentaddgroupalways failed. The entrypoint now usessedto update the GID in-place in/etc/groupand/etc/passwd, matching the existing approach used forPUID.
🐳 Docker
- Image:
skyfay/skysend:v2.5.6 - Also tagged as:
latest,v2 - Platforms: linux/amd64, linux/arm64