Getting the following error when running the script...
docker_entrypoint: Creating user UID/GID [501/20]
groupadd: GID '20' already exists
docker_entrypoint: Creating user UID/GID [501/20] - done
docker_entrypoint: Copying .gitconfig and .ssh/config to new user home
cp: cannot create regular file '/home/aosp/.gitconfig': No such file or directory
docker_entrypoint: Creating /tmp/ccache and /aosp directory
chown: invalid user: 'aosp:aosp'
Thanks, Kyle for the quick reply. Looks like I'm going to drop this approach for now. Might be worth updating the wiki to include a note for macOS users.
Getting the following error when running the script...