This has been in the works for a while! It's exciting to see core components being officially put into the hands of the community.<p>Docker distribution is the second implementation of a container registry ever (the first was written in Python by Docker and was later forked into Quay) and is at the core of many of the commonly used container registries like Docker Hub and Harbor. This repository became the basis for the OCI distribution specification[0], which is now the standard for distributing container images (and more[1]).<p>[0]: <a href="https://github.com/opencontainers/distribution-spec" rel="nofollow">https://github.com/opencontainers/distribution-spec</a><p>[1]: <a href="https://github.com/opencontainers/artifacts" rel="nofollow">https://github.com/opencontainers/artifacts</a>