skopeo
brew install skopeo
v1.23.0
Apache-2.0
Command-line utility for managing container images across registries without requiring root or a daemon.
Why you might care
Skopeo lets you inspect, copy, sync, and delete container images directly from registries (Docker Hub, Quay, private registries) without pulling them locally or running a container daemon—useful for CI/CD, air-gapped deployments, and registry mirroring. It supports both OCI and Docker v2 image formats and runs unprivileged.
3.3k
30-day installs · #769
10.9k
90-day · #777
35.0k
365-day · #821
11.0k
★ GitHub stars · updated 2d ago
Runtime dependencies
Build dependencies
Links
- https://github.com/containers/skopeo
- GitHub: containers/skopeo
- Brew formula source: Formula/s/skopeo.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"docker",
"podman",
"crane"
],
"build_dependencies": [
"go",
"go-md2man",
"pkgconf"
],
"categories": [
"container-runtime",
"networking",
"http-client"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"gpgme"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Work with remote images registries",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:41:05+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "skopeo",
"github_default_branch": "main",
"github_last_commit_at": "2026-06-18T14:53:15Z",
"github_readme_excerpt": "\u003cp align=\"center\"\u003e\n \u003cimg src=\"https://cdn.rawgit.com/containers/skopeo/main/docs/skopeo.svg\" width=\"250\" alt=\"Skopeo\"\u003e\n\u003c/p\u003e\n\n----\n\n\n[](https://www.bestpractices.dev/projects/10516)\n\n`skopeo` is a command line utility that performs various operations on container images and image repositories.\n\n`skopeo` does not require the user to be running as root to do most of its operations.\n\n`skopeo` does not require a daemon to be running to perform its operations.\n\n`skopeo` can work with [OCI images](https://github.com/opencontainers/image-spec) as well as the original Docker v2 images.\n\nSkopeo works with API V2 container image registries such as [docker.io](https://docker.io) and [quay.io](https://quay.io) registries, private registries, local directories and local OCI-layout directories. Skopeo can perform operations which consist of:\n\n * Copying an image from and to various storage mechanisms.\n For example you can copy images from one registry to another, without requiring privilege.\n * Inspecting a remote image showing its properties including its layers, without requiring you to pull the image to the host.\n * Deleting an image from an image repository.\n * Syncing an external image repository to an internal registry for air-gapped deployments.\n * When required by the repository, skopeo can pass the appropriate credentials and certificates for authentication.\n\n Skopeo operates on the following image and repository types:\n\n * containers-storage:docker-reference\n An image located in a local containers/storage image store. Both the location and image store are specified in /etc/containers/storage.conf. (This is the backend for [Podman](https://podman.io), [CRI-O](https://cri-o.io), [Buildah](https://buildah.io) and friends)\n\n * d",
"github_repo": "containers/skopeo",
"github_stars": 10989,
"github_topics": [],
"homepage": "https://github.com/containers/skopeo",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 3281,
"installs_365d": 34962,
"installs_90d": 10910,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": "2026-06-20T23:46:56+00:00",
"llm_model": "claude-haiku-4-5",
"name": "skopeo",
"oldnames": [],
"one_liner": "Command-line utility for managing container images across registries without requiring root or a daemon.",
"optional_dependencies": [],
"rank_30d": 769,
"rank_365d": 821,
"rank_90d": 777,
"raw_hash": "cbda14352eed1a8d",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/s/skopeo.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "1.23.0",
"versioned_formulae": [],
"why_use_this": "Skopeo lets you inspect, copy, sync, and delete container images directly from registries (Docker Hub, Quay, private registries) without pulling them locally or running a container daemon\u2014useful for CI/CD, air-gapped deployments, and registry mirroring. It supports both OCI and Docker v2 image formats and runs unprivileged."
}