docs: Added a video introduction to Kaniko (#1517)
* Video introduction * Update README.md Add new references section Co-authored-by: Tejal Desai <tejal29@gmail.com>
This commit is contained in:
parent
69f942f751
commit
5e4fe2b9f2
|
|
@ -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).
|
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
|
## Using kaniko
|
||||||
|
|
||||||
To use kaniko to build and push an image for you, you will need:
|
To use kaniko to build and push an image for you, you will need:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue