opencontainers / oci-conformance

OCI Conformance/Certification Working Group
https://conformance.opencontainers.org
Apache License 2.0
71 stars 44 forks source link

Adding conformance results for django oci! #84

Closed vsoch closed 2 years ago

vsoch commented 2 years ago

So excited for this!

https://opencontainers.org/posts/blog/2021-11-30-oci-conformance/

Here are the results for Django OCI. if y'all aren't familiar with Django, it's a popular Python framework that has a really nice module/plugin system, so django-oci is implemented as such. A made this a little while back hoping to bring in more academics to the OCI community!

Signed-off-by: vsoch vsoch@users.noreply.github.com

netlify[bot] commented 2 years ago

✔️ Deploy Preview for oci-conformance ready!

🔨 Explore the source changes: 8a4f58ace88e6e7a5365fe91e2d2b64f7907f600

🔍 Inspect the deploy log: https://app.netlify.com/sites/oci-conformance/deploys/61a84295cf2c7c0008b91c31

😎 Browse the preview: https://deploy-preview-84--oci-conformance.netlify.app/

jdolitsky commented 2 years ago

@vsoch - any build badges to add? (can do so later too)

vsoch commented 2 years ago

The docs said badges should go into the live folder, which as I understand it, is for live registries? Django-OCI is a plug-in for others to use for their apps. Could I put them under v1.0 instead?

jdolitsky commented 2 years ago

@vsoch - if you have a badge, for example, that tests the main / master branch of django-oci, you could add it under distribution-spec/live/

Check out the zot example (also opensource): https://github.com/opencontainers/oci-conformance/tree/main/distribution-spec/live/zot

vsoch commented 2 years ago

okay added!