You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: