Closed jpappel closed 1 week ago
I've started work on the reference file system based implementations of both interfaces. To use more cloud architecture, we should make a S3ImageManager
and some form of ReferenceCounts
which works over the network and has atomic updates.
This PR aims to make progress towards the storage portion of #11 . It defines two interfaces
ImageManager
andReferenceCounts
which are to be used to handle an image's lifecycle and track usage of images.