Open jnowaczek opened 4 years ago
This is due to a race condition accessing the repositories, and probably exists for both users and gold
. (Gold's may be related to the git repo?)
Potential mitigation: rather than generating the docker image in the directory (which involves writing a Dockerfile), we should instead copy a snapshot of the files, and create the docker image from that---this should prevent at least one of the race condition/s.