regctl is a CLI interface for Docker and OCI registries. It provides efficient registry operations without requiring a container runtime, supporting multi-platform images, OCI artifacts, and content manipulation.
regctl is a CLI interface for Docker and OCI registries that provides efficient registry operations without requiring a container runtime or privileged access to the local host.
regctl works with any OCI-compliant registry, including:
The regctl CLI provides intuitive commands for common registry operations:
regctl image - Image operations (copy, delete, inspect, manifest)regctl repo - Repository operations (list tags, delete)regctl tag - Tag operations (list, delete)regctl blob - Blob operations (get, put, delete)regctl artifact - OCI artifact operationsregctl index - Multi-platform index operationsThis Ghost hardened image provides a secure, minimal environment for running regctl operations in containerized workflows and CI/CD pipelines.