hughpearse commented on PR #4162: URL: https://github.com/apache/calcite/pull/4162#issuecomment-2612419135
Looks like uid and gid is set to 1000 on the old jekyll image ``` foo@host$ sudo docker run -t -i --entrypoint /bin/bash jekyll/jekyll:4 bash-5.1# id jekyll uid=1000(jekyll) gid=1000(jekyll) groups=1000(jekyll),1000(jekyll) ``` When I build, the files from the mounted volume on the host have matching uid and gid ``` foo@host$ ls -lah drwxr-xr-x 3 1000 1000 19 Jan 24 06:23 .bundle -rw-r--r-- 1 1000 1000 3.7K Jan 24 06:23 Gemfile.lock drwxr-xr-x 3 1000 1000 38 Jan 24 06:23 .jekyll-cache drwxr-xr-x 10 1000 1000 4.0K Jan 24 06:24 target ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
