Add Travis CI badge to README.md (#241)

This commit is contained in:
Jason Hall 2018-07-18 08:41:47 -07:00 committed by dlorenc
parent 5f9fb2cb8d
commit f2ddefc966
1 changed files with 2 additions and 0 deletions

View File

@ -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.