Ramkumar Chinchani b6a0077d81 tls: harden TLS path
2019-08-27 15:15:33 -07:00
2019-06-21 15:29:19 -07:00
2019-06-21 15:29:19 -07:00
2019-08-27 15:15:33 -07:00
2019-08-27 15:15:33 -07:00
2019-06-21 15:29:19 -07:00
2019-06-21 15:29:19 -07:00
2019-06-21 15:29:19 -07:00
2019-06-21 15:29:19 -07:00
2019-06-21 14:40:59 -07:00
2019-06-21 15:29:19 -07:00

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
  • Alternatively, build inside a container using stacker (preferred)
make binary-stacker
  • 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
Languages
Go 93.6%
Shell 5.8%
Makefile 0.4%