Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

18 lines (16 loc) · 1.09 KB

OCI container registry in Go

This is a simple application implementing the OCI image spec & OCI distribution spec for the purposes of education. This won't ever be a production-grade registry but the goal is to have it pass all the OCI distribution conformance tests as well as a playground to explore common idioms and patterns in Go.

High level objectives