From 5e4fe2b9f21d1e72e044281499e5eb0d7cb01a32 Mon Sep 17 00:00:00 2001 From: Viktor Farcic Date: Tue, 23 Feb 2021 07:22:59 +0100 Subject: [PATCH] docs: Added a video introduction to Kaniko (#1517) * Video introduction * Update README.md Add new references section Co-authored-by: Tejal Desai --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e09e2b51..394c2b0af 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,13 @@ After each command, we append a layer of changed files to the base image (if the For a detailed example of kaniko with local storage, please refer to a [getting started tutorial](./docs/tutorial.md). +Please see [References](#References) for more docs & video tutorials + +## References + +* [Kaniko - Building Container Images In Kubernetes Without Docker](https://youtu.be/EgwVQN6GNJg). + + ## Using kaniko To use kaniko to build and push an image for you, you will need: @@ -852,4 +859,4 @@ file are made and when the `mtime` is updated. This means: which will still be correct, but it does affect the number of layers. _Note that these issues are currently theoretical only. If you see this issue occur, please -[open an issue](https://github.com/GoogleContainerTools/kaniko/issues)._ \ No newline at end of file +[open an issue](https://github.com/GoogleContainerTools/kaniko/issues)._