GoogleContainerTools/kaniko
Build Container Images In Kubernetes observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 24
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3138
- days_rel: 467
- days_push: 456
- n_releases_24m: 1
Adoption not part of the score
15776 stars · 1534 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Kaniko is a tool to build container images from a Dockerfile inside a container or Kubernetes cluster without depending on a Docker daemon. It executes Dockerfile commands entirely in userspace, enabling image builds in environments where running a Docker daemon is impractical or insecure.
Use cases
- build container images inside a Kubernetes cluster without Docker
- build Docker images in CI/CD pipelines without privileged Docker daemon
- build images from a Dockerfile in an unprivileged container
- build images in environments where Docker-in-Docker is insecure
- push built images to a registry from a Kubernetes Job
When to choose
- you need to build images inside Kubernetes without mounting the Docker socket
- your CI environment cannot run a privileged Docker daemon
- you want daemonless, userspace Dockerfile builds
When to avoid
- you need an actively maintained tool - the project is archived
- you need full Docker daemon features like multi-arch builds via buildx
- you can run a Docker daemon or BuildKit safely in your environment
Facets
cli-tool · maturity abandoned
container-runtime build-tool developer-tools deployment cloud-computing developer-tools cloud dockerless image-builder kubernetes ci-cd userspace archived containers devops docker linux
1 source
- readme: https://github.com/GoogleContainerTools/kaniko · fetched 2026-08-28 · 8b599e1a77d2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| GoogleContainerTools/kaniko | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="GoogleContainerTools/kaniko")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem