Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Latest commit

 

History

History
63 lines (46 loc) · 3.2 KB

README.md

File metadata and controls

63 lines (46 loc) · 3.2 KB

Episode 055 : Creating container images with Kaniko

  • Hosted by @krisnova
  • Recording date: 2018-10-26

Table of Contents

  • 00:00:00 - Welcome to TGIK!
  • 00:04:12 - Week in Review
  • 00:28:00 - Getting into Kaniko
  • 00:30:00 - Kaniko Build Context
  • 00:36:00 - Running Kaniko Locally.
  • 00:50:50 - Local Container Built :)
  • 00:58:00 - Running Kaniko in Kubernetes

Stuff from around the Community

[00:05] - [00:25]

Show Notes - Getting into Kaniko

[00:28]

Getting Kaniko: https://github.com/GoogleContainerTools/kaniko

[00:33] - Working with a simple Dockerfile [00:35] - Multiple contexts [00:36] - Running Kaniko Locally (in a container)

Creating a build context

tar -C ./context -zcvf context.tar.gz .
gsutil cp context.tar.gz gs://krisnova-tgik

Reference Links