Skip to content
Snippets Groups Projects
Commit 2f569641 authored by Jörg Schneider's avatar Jörg Schneider Committed by Jordon Bedwell
Browse files

Allow JEKYLL_UID/JEKYLL_GID with existing IDs

Some standard UIDs/GIDs already exist in the docker image, e.g.
nobody, nogroup, users. If JEKYLL_UID/JEKYLL_GID is used with a numeric
ID matching one of those, then entrypoint aborts with an error like
"groupmod: GID '33' already exists".

This commit adds the -o option to usermod/groupmod to allow non-unique
IDs.
parent 9f62c1d2
Branches
Tags v0.4.0
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment