Make it possible to extract uid,username and gid, groupname when building the Dockerfile, i.e. these
variables would be available:
ARG USERNAME=myuser
ARG GROUPNAME=users
ARG USER_UID=1000
ARG USER_GID=1000
If updateRemoteUserUID, is enabled.
It simplifies the ownership of internal folders and files to match the same as the user on the host system.