From 697ad41bc505ced48448f2aac98c895879cdd402 Mon Sep 17 00:00:00 2001 From: Christie Wilson Date: Wed, 18 Jul 2018 11:44:23 -0700 Subject: [PATCH] Add logo to README (#236) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9eec1b12a..1983fbfa0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Build Status](https://travis-ci.org/GoogleContainerTools/kaniko.svg?branch=master)](https://travis-ci.org/GoogleContainerTools/kaniko) +![kaniko logo](logo/Kaniko-Logo.png) + 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.