Hi Olaf, On Sat, Jan 29, 2022 at 9:18 AM Olaf Flebbe <[email protected]> wrote: > > Hi Luca, > > I think you are referring to random failures of maven downloads?
Exactly yes, maven download tasks and also random connect timeouts when downloading poms. > > My next proposal would be to use docker volumes (not bind mounts) for that, > so we wont have any permission problems any more and we are left with the > server issues going out if business, eventually. To mitigate that it would be > easy to simply recreate docker volumes rather to go to all filesystems as > root removing directories we needed for the bind mount workaround. To better understand your proposal - the Docker volume would be a shared maven cache that we'll mount to containers when building? Or something else? > We could eventually pair to try to implement that, if you are not too > familiar with it. > https://docs.docker.com/storage/volumes/ Definitely, I'd be happy to! Never used volumes up to now, only bind mounts. Luca
