CodeGrade / orca

Grading job server for CS student submissions.
1 stars 1 forks source link

Orca Server: Docker Image Handling #39

Closed williams-jack closed 1 year ago

williams-jack commented 1 year ago

Feature/Problem Description

Orca's web server is responsible for (1) creating docker images from Dockerfiles sent over by Bottlenose, (2) keeping jobs submitted that rely on the image in a temporary queue (and releasing them afterwards) while an image is being built, and (3) removing docker images when they have been used after n number of days (currently 7).

Solution (Changes Made)

Still Todo