Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker error #95

Open
jnowaczek opened this issue Apr 30, 2020 · 2 comments
Open

Docker error #95

jnowaczek opened this issue Apr 30, 2020 · 2 comments

Comments

@jnowaczek
Copy link
Member

image

@EliMisner
Copy link
Collaborator

image

@ChandlerSwift
Copy link
Member

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.

ChandlerSwift added a commit that referenced this issue Jul 23, 2020
This fix #38, fixes one issue seen in #95, and paves the way for #45.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants