File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# BuildKit <!-- omit in toc -->
4
4
5
- [ ![ GoDoc] ( https://godoc.org/github.com/moby/buildkit?status.svg )] ( https://godoc.org/github.com/moby/buildkit/client/llb )
6
- [ ![ Build Status] ( https://github.com/moby/buildkit/workflows/build/badge.svg )] ( https://github.com/moby/buildkit/actions?query=workflow%3Abuild )
7
- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/moby/buildkit )] ( https://goreportcard.com/report/github.com/moby/buildkit )
8
- [ ![ codecov] ( https://codecov.io/gh/moby/buildkit/branch/master/graph/badge.svg )] ( https://codecov.io/gh/moby/buildkit )
5
+ [ ![ GitHub Release] ( https://img.shields.io/github/release/moby/buildkit.svg?style=flat-square )] ( https://github.com/moby/buildkit/releases/latest )
6
+ [ ![ PkgGoDev] ( https://img.shields.io/badge/go.dev-docs-007d9c?style=flat-square&logo=go&logoColor=white )] ( https://pkg.go.dev/github.com/moby/buildkit/client/llb )
7
+ [ ![ CI BuildKit Status] ( https://img.shields.io/github/actions/workflow/status/moby/buildkit/buildkit.yml?label=buildkit&logo=github&style=flat-square )] ( https://github.com/moby/buildkit/actions?query=workflow%3Abuildkit )
8
+ [ ![ CI Frontend Status] ( https://img.shields.io/github/actions/workflow/status/moby/buildkit/frontend.yml?label=frontend&logo=github&style=flat-square )] ( https://github.com/moby/buildkit/actions?query=workflow%3Afrontend )
9
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/moby/buildkit?style=flat-square )] ( https://goreportcard.com/report/github.com/moby/buildkit )
10
+ [ ![ Codecov] ( https://img.shields.io/codecov/c/github/moby/buildkit?logo=codecov&style=flat-square )] ( https://codecov.io/gh/moby/buildkit )
9
11
10
12
BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner.
11
13
You can’t perform that action at this time.
0 commit comments