Add Travis CI badge to README.md (#241)
This commit is contained in:
parent
5f9fb2cb8d
commit
f2ddefc966
|
|
@ -1,5 +1,7 @@
|
||||||
# kaniko - Build Images In Kubernetes
|
# kaniko - Build Images In Kubernetes
|
||||||
|
|
||||||
|
[](https://travis-ci.org/GoogleContainerTools/kaniko)
|
||||||
|
|
||||||
kaniko is a tool to build container images from a Dockerfile, inside a container or Kubernetes cluster.
|
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.
|
kaniko doesn't depend on a Docker daemon and executes each command within a Dockerfile completely in userspace.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue