UMDLARS / dtanm

A framework to teach adversarial thinking to software developers without requiring any special security knowledge
3 stars 2 forks source link

Docker error #95

Open jnowaczek opened 4 years ago

jnowaczek commented 4 years ago

image

EliMisner commented 4 years ago

image

ChandlerSwift commented 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.