diff --git a/README.md b/README.md index cc6b894ed..58189dacd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # kaniko - Build Images In Kubernetes +[![Build Status](https://travis-ci.org/GoogleContainerTools/kaniko.svg?branch=master)](https://travis-ci.org/GoogleContainerTools/kaniko) + kaniko is a tool to build container images from a Dockerfile, inside a container or Kubernetes cluster. kaniko doesn't depend on a Docker daemon and executes each command within a Dockerfile completely in userspace.