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
Ravi Chamarthy 6146f2f955
Merge pull request #9 from rchincha/gorilla-mux
router: move to gorilla/mux to support multiple name path components
2019-07-10 19:20:23 -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 router: move to gorilla/mux to support multiple name path components 2019-07-10 18:22:20 -07:00
errors zot: initial commit 2019-06-21 15:29:19 -07:00
examples router: move to gorilla/mux to support multiple name path components 2019-07-10 18:22:20 -07:00
pkg router: move to gorilla/mux to support multiple name path components 2019-07-10 18:22:20 -07:00
test/data zot: initial commit 2019-06-21 15:29:19 -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
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 router: move to gorilla/mux to support multiple name path components 2019-07-10 18:22:20 -07:00
Makefile.bazel CI/CD: code coverage and bazel improvements 2019-06-26 15:01:52 -07:00
README.md router: move to gorilla/mux to support multiple name path components 2019-07-10 18:22:20 -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.

Caveats

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