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-06-26 15:51:08 -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 zot: initial commit 2019-06-21 15:29:19 -07:00
errors zot: initial commit 2019-06-21 15:29:19 -07:00
examples zot: initial commit 2019-06-21 15:29:19 -07:00
pkg routes: fix headers 2019-06-24 15:09:37 -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 zot: initial commit 2019-06-21 15:29:19 -07:00
go.sum zot: initial commit 2019-06-21 15:29:19 -07:00
LICENSE Initial commit 2019-06-21 14:40:59 -07:00
Makefile CI/CD: code coverage and bazel improvements 2019-06-26 15:01:52 -07:00
Makefile.bazel CI/CD: code coverage and bazel improvements 2019-06-26 15:01:52 -07:00
README.md CI/CD: code coverage and bazel improvements 2019-06-26 15:01:52 -07:00
WORKSPACE zot: initial commit 2019-06-21 15:29:19 -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+
  • Image name consists of only one path component, for example, busybox:latest instead ubuntu/busybox:latest
  • The OCI distribution spec is still WIP, and we try to keep up