SERG-Delft / andy

Andy assesses student's test code. It's used in CSE1110, TU Delft.
MIT License
78 stars 23 forks source link

Improve Docker cache invalidation #262

Open martinmladenov opened 1 year ago

martinmladenov commented 1 year ago

The current way of cache invalidation when cloning the repo in the docker image is very strange, perhaps we should create an issue to improve it. Specifically, ADD supports Git repositories natively, mayhaps we can replace the cache-buster and clone with a singular repository ADD.

Originally posted by @Arraying in https://github.com/SERG-Delft/andy/issues/261#issuecomment-1667561011