Skip to content

Commit e05e208

Browse files
gkeesh7gauravkuber
andauthored
Add DeepWiki badge to README (#514)
Co-authored-by: gauravk <gauravk@uber.com>
1 parent d382684 commit e05e208

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
<p align="center"><img src="assets/kraken-logo-color.svg" width="175" title="Kraken Logo"></p>
22

33
<p align="center">
4-
</a>
5-
<a href="https://travis-ci.com/uber/kraken"><img src="https://travis-ci.com/uber/kraken.svg?branch=master"></a>
6-
<a href="https://github.com/uber/kraken/releases"><img src="https://img.shields.io/github/release/uber/kraken.svg" /></a>
7-
<a href="https://godoc.org/github.com/uber/kraken"><img src="https://godoc.org/github.com/uber/kraken?status.svg"></a>
8-
<a href="https://goreportcard.com/badge/github.com/uber/kraken"><img src="https://goreportcard.com/badge/github.com/uber/kraken"></a>
9-
<a href="https://codecov.io/gh/uber/kraken"><img src="https://codecov.io/gh/uber/kraken/branch/master/graph/badge.svg"></a>
4+
<a href="https://github.com/uber/kraken/releases"><img src="https://img.shields.io/github/release/uber/kraken.svg" /></a>
5+
<a href="https://godoc.org/github.com/uber/kraken"><img src="https://godoc.org/github.com/uber/kraken?status.svg"></a>
6+
<a href="https://goreportcard.com/badge/github.com/uber/kraken"><img src="https://goreportcard.com/badge/github.com/uber/kraken"></a>
7+
<a href="https://deepwiki.com/uber/kraken"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
108
</p>
119

1210
Kraken is a P2P-powered Docker registry that focuses on scalability and availability. It is
1311
designed for Docker image management, replication, and distribution in a hybrid cloud environment.
1412
With pluggable backend support, Kraken can easily integrate into existing Docker registry setups
15-
as the distribution layer.
13+
as the distribution layer.
1614

1715
Kraken has been in production at Uber since early 2018. In our busiest cluster, Kraken distributes
1816
more than 1 million blobs per day, including 100k 1G+ blobs. At its peak production load, Kraken

0 commit comments

Comments
 (0)