canasta image
From canasta
canasta > image
canasta image
Manage the in-cluster image registry (Kubernetes)
Synopsis
Work with the in-cluster image registry of a Kubernetes host — the registry that serves locally-built images (canasta create --build-from, build: sidecars) to the cluster's pods. Subcommands push a locally built image so pods can pull it, and garbage-collect storage no tag references anymore. Kubernetes only: on Docker Compose, a locally built tag is directly usable with no push.
Subcommands
This command requires a subcommand:
- prune — Garbage-collect the in-cluster image registry
- push — Build and push a local image to the in-cluster registry
Global flags
| Flag | Shorthand | Description | Default | Required | Orchestrator |
|---|---|---|---|---|---|
--help |
-h |
Show help message and exit | Both | ||
--verbose |
-v |
Enable verbose output | Both |