Files
zot/README.md
T
2019-08-14 12:39:38 -07:00

970 B

zot Build Status codecov.io

zot is a single-purpose OCI image repository server based on the OCI distribution spec.

Building

  • Build inside a container (preferred)
make binary-container
  • Build using host's toolchain
make

Build artifacts are in bin/

Running

bin/zot serve

Caveats

  • go 1.12+
  • The OCI distribution spec is still WIP, and we try to keep up