Rin0913 / system-judge

An online judge system for testing systems and services, such as web, DNS, and mail servers.
Apache License 2.0
2 stars 0 forks source link

Image recycle mechanism #3

Open Rin0913 opened 2 days ago

Rin0913 commented 2 days ago

Each time you modified the problem, a new image would be created and uploaded to harbor.

As the time passed, they would be useless and a lot of disk space would be occupied.

Hence we need an image recycle machenism, which would delete those image no longer be used.