Browse code

Add jenkins and godoc badges

Build badges are for master and one for experimental (in the `README.md`
of the experimental folder)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Vincent Demeester authored on 2015/08/31 04:31:13
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-Docker: the container engine
1
+Docker: the container engine [![Release](https://img.shields.io/github/release/docker/docker.svg)](https://github.com/docker/docker/releases/latest)
2 2
 ============================
3 3
 
4 4
 Docker is an open source project to pack, ship and run any application
... ...
@@ -176,11 +176,12 @@ Under the hood, Docker is built on the following components:
176 176
 * The [Docker Image Specification](https://github.com/docker/docker/blob/master/image/spec/v1.md)
177 177
 * The [Libcontainer Specification](https://github.com/opencontainers/runc/blob/master/libcontainer/SPEC.md)
178 178
 
179
-Contributing to Docker
179
+Contributing to Docker [![GoDoc](https://godoc.org/github.com/docker/docker?status.svg)](https://godoc.org/github.com/docker/docker)
180 180
 ======================
181 181
 
182
-[![GoDoc](https://godoc.org/github.com/docker/docker?status.svg)](https://godoc.org/github.com/docker/docker)
183
-[![Jenkins Build Status](https://jenkins.dockerproject.org/job/Docker%20Master/badge/icon)](https://jenkins.dockerproject.org/job/Docker%20Master/)
182
+| **Master** (Linux) | **Experimental** (linux) | **Windows** | **FreeBSD** |
183
+|------------------|----------------------|---------|---------|
184
+| [![Jenkins Build Status](https://jenkins.dockerproject.org/view/Docker/job/Docker%20Master/badge/icon)](https://jenkins.dockerproject.org/view/Docker/job/Docker%20Master/) | [![Jenkins Build Status](https://jenkins.dockerproject.org/view/Docker/job/Docker%20Master%20%28experimental%29/badge/icon)](https://jenkins.dockerproject.org/view/Docker/job/Docker%20Master%20%28experimental%29/) | [![Build Status](http://jenkins.dockerproject.org/job/Docker%20Master%20(windows)/badge/icon)](http://jenkins.dockerproject.org/job/Docker%20Master%20(windows)/) | [![Build Status](http://jenkins.dockerproject.org/job/Docker%20Master%20(freebsd)/badge/icon)](http://jenkins.dockerproject.org/job/Docker%20Master%20(freebsd)/) |
184 185
 
185 186
 Want to hack on Docker? Awesome! We have [instructions to help you get
186 187
 started contributing code or documentation](https://docs.docker.com/project/who-written-for/).