Skopeo Container Image Registry Operations CLI
Skopeo is a command-line tool for working with container images and registries without requiring a running daemon. It can inspect, copy, delete, and sync container images across registries, supporting OCI and Docker v2 formats with rootless operation.
What it does
Skopeo Container Image Registry Operations CLI
Skopeo is a command-line tool for working with container images and registries without requiring a running daemon. It can inspect, copy, delete, and sync container images across registries, supporting OCI and Docker v2 formats with rootless operation.
Installation
Requirements and caveats from upstream:
- skopeo does not require the user to be running as root to do most of its operations.
- skopeo does not require a daemon to be running to perform its operations.
- skopeo can work with OCI images as well as the original Docker v2 images.
Basic usage or getting-started notes:
-
For example you can copy images from one registry to another, without requiring privilege.
-
skopeo uses credentials from the --creds (for skopeo inspect|delete) or --src-creds|--dest-creds (for skopeo copy) flags, if set; otherwise it uses configuration set by skopeo login, podman login, buildah login, or do...
-
Extracted from upstream docs: https://raw.githubusercontent.com/containers/skopeo/HEAD/README.md
Source
Capabilities
Install
Quality
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 8 github stars · SKILL.md body (1,272 chars)