vsoch / oci-python

Python implementation of Open Containers Initiative (OCI) specifications
https://vsoch.github.io/oci-python/
Mozilla Public License 2.0
23 stars 12 forks source link

[WIP] start of early work to add opencontainers distribution #9

Closed vsoch closed 3 years ago

vsoch commented 4 years ago

there is not much code in the core of the upstream (implemented in golang) so I need to look closer to figure out how to best implement this. I think ideally we would want some kind of class to generate the correct data structure, although I am not sure this will fit nicely into something like Django where we would need to use database models and serialization instead.

What I'm doing now is working on Django endpoints to match the spec, then I can test via these tests and even possibly provide the same tests in the library here.

Questions

The following questions are related to translating the reggie client to python-reggie here for the distribution spec.

Signed-off-by: vsoch vsochat@stanford.edu