Kaniko CLI

Kaniko is a command-line tool distributed as the container image gcr.io/kaniko-project/executor that builds container images from a Dockerfile. It supports multiple build context sources (GCS, S3, Azure Blob Storage, local directories, Git, stdin), layer caching, and credential helpers for GCR, Docker Hub, ECR, and ACR.

API entry from apis.yml

apis.yml Raw ↑
aid: kaniko:kaniko-cli
name: Kaniko CLI
description: Kaniko is a command-line tool distributed as the container image gcr.io/kaniko-project/executor
  that builds container images from a Dockerfile. It supports multiple build context sources (GCS, S3,
  Azure Blob Storage, local directories, Git, stdin), layer caching, and credential helpers for GCR, Docker
  Hub, ECR, and ACR.
humanURL: https://github.com/GoogleContainerTools/kaniko
tags:
- CLI
- Build Tools
- Container Images
- Daemonless
properties:
- type: Documentation
  url: https://github.com/GoogleContainerTools/kaniko/blob/main/README.md
- type: Tutorial
  url: https://github.com/GoogleContainerTools/kaniko/blob/main/docs/tutorial.md
- type: Releases
  url: https://github.com/GoogleContainerTools/kaniko/releases
- type: Contributing
  url: https://github.com/GoogleContainerTools/kaniko/blob/main/CONTRIBUTING.md
- type: Source Code
  url: https://github.com/GoogleContainerTools/kaniko