Django-OCI Development
update October 12, 2020This is the first post to introduce a development version of Django-OCI! Currently, the library supports only filesystem storage for an OCI compliant registry. I hope to improve this project in the coming months with the following points.
Interfaces
I’d like to provide an example registry that also has interfaces to explore containers.
Storage Backends
It will be important to have support for more storage backends than the typical filesystem.
Authentication
Currently, there is no checking or authentication to interact with the registry, which won’t fly in production. This needs to be added.