0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00
zot - A scale-out production-ready vendor-neutral OCI-native container image/artifact registry (purely based on OCI Distribution Specification)
Find a file
2019-08-14 12:39:38 -07:00
.bazel zot: initial commit 2019-06-21 15:29:19 -07:00
cmd/zot zot: initial commit 2019-06-21 15:29:19 -07:00
docs tls: require mutual auth only when htpasswd not available 2019-07-21 15:10:09 -07:00
errors zot: initial commit 2019-06-21 15:29:19 -07:00
examples tls: require mutual auth only when htpasswd not available 2019-07-21 15:10:09 -07:00
pkg tls: require mutual auth only when htpasswd not available 2019-07-21 15:10:09 -07:00
test/data tls: require mutual auth only when htpasswd not available 2019-07-21 15:10:09 -07:00
.bazelignore zot: initial commit 2019-06-21 15:29:19 -07:00
.bazelrc zot: initial commit 2019-06-21 15:29:19 -07:00
.gitignore zot: initial commit 2019-06-21 15:29:19 -07:00
.travis.yml CI/CD: code coverage and bazel improvements 2019-06-26 15:01:52 -07:00
BUILD.bazel zot: initial commit 2019-06-21 15:29:19 -07:00
Dockerfile build: support building inside a container 2019-08-14 12:39:38 -07:00
go.mod router: move to gorilla/mux to support multiple name path components 2019-07-10 18:22:20 -07:00
go.sum router: move to gorilla/mux to support multiple name path components 2019-07-10 18:22:20 -07:00
LICENSE Initial commit 2019-06-21 14:40:59 -07:00
Makefile build: support building inside a container 2019-08-14 12:39:38 -07:00
Makefile.bazel CI/CD: code coverage and bazel improvements 2019-06-26 15:01:52 -07:00
README.md build: support building inside a container 2019-08-14 12:39:38 -07:00
WORKSPACE router: move to gorilla/mux to support multiple name path components 2019-07-10 18:22:20 -07:00
zot.go zot: initial commit 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
  • 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