Hi, Could you share what changes were made?
Beam is having issues since we use bind mounts to write output to the host. Setting UID:GID on the image gives permission errors in the container when accessing the mount (can't write). Not setting it causes files to be created with the wrong (root:root) permissions, causing permission errors on the host (and having to manually ssh into Jenkins machines to clear these files as root). On 2020/04/10 19:22:57, Chris Lambertus <c...@apache.org> wrote: > All,> > > Infra has implemented some permissions changes to the docker installation on the websites node, and all containers now map to the jenkins UID on the host. If you have specified a UID on the command line previously to avoid permissions issues, your build may now be broken. Please remove any docker run parameters you have which force a UID. The docker daemon will now ensure that files created on the host are owned by the jenkins user.> > > If you continue to have docker build troubles after removing those parameters, please let us know.> > > -Chris> > >