awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
containers avatar

containers/skopeo

0
View on GitHub↗
10,982 stars·931 forks·Go·Apache-2.0·35 views

Skopeo

Skopeo is an OCI container image manager and registry client designed for inspecting, copying, and signing container images across different registries and storage backends. It enables the manipulation of container images using direct API calls to registries, operating independently of a local container daemon or runtime.

The tool provides specialized capabilities for container image mirroring and synchronization, specifically supporting the mirroring of external repositories to internal registries for air-gapped environments. It also functions as a container image signing tool, allowing for the attachment and verification of cryptographic signatures to ensure content integrity and authenticity.

Broad functional areas include remote registry administration and inspection, which allow for the retrieval of image manifests and metadata as well as the deletion of specific image versions and tags. The system also manages secure registry access through credential-based authentication and session management.

Features

  • Container Image Management - Moves and copies container images between different registries or local storage without needing a full container runtime.
  • Registry Mirroring - Mirrors external container repositories to internal registries to provide image access for air-gapped environments.
  • Image Copying Utilities - Moves images between registries, local directories, and storage daemons without requiring a full container runtime.
  • Container Image Mirroring Tools - Syncs images between remote registries and local storage to support air-gapped environments.
  • Daemonless Image Manipulation - Manipulates container images using direct API calls to registries instead of relying on a local container daemon.
  • Container Registry Management - Handles authentication and session management for authorizing protected operations on remote container registries.
  • Image Registry Clients - Manages remote image repositories and manifests without requiring a full container runtime.
  • Remote Image Inspection - Views image manifests and metadata from a remote registry without having to pull the actual image.
  • Repository Mirrors - Provides mechanisms to synchronize remote container image repositories to local servers, supporting air-gapped environments.
  • Container Image Signing Tools - Attaches and verifies cryptographic signatures on container images to ensure content integrity.
  • Container Image Signatures - Attaches and verifies digital signatures on image manifests to ensure content integrity and origin.
  • Registry Authentication Providers - Provides secure access to private registries using bearer tokens, certificates, and credential helpers.
  • Remote Image Pulling - Retrieves manifests, layers, and metadata from a registry to view tags and labels without pulling images.
  • Registry Management - Manages authenticated sessions and deletes specific image versions or tags directly from remote registries.
  • Remote Image Deletion - Removes specific images or tags from a remote container image repository.
  • Image Integrity Verification - Validates container image signatures to ensure only trusted code is deployed to the environment.
  • Image Inspection - Retrieves low-level information and available tags from a remote registry to verify version details.
  • Container Image Analyzers - Retrieves metadata and detailed information from remote registries without requiring a local container runtime.
  • Filesystem Storage Drivers - Streams image layers between registries and storage without extracting them to a root filesystem.
  • Manifest Resolvers - Moves images by parsing manifests to fetch and stream individual filesystem layers.
  • Registry API Integrations - Communicates with remote registries via HTTP APIs to move, inspect, and delete manifests and layers.
  • Container Image Signing - Enables attaching and verifying cryptographic signatures on container images to ensure content integrity.
  • Container Management - Container image management tool.
  • Build And Packaging - Retrieves and manages remote container registry images.
  • Registry Clients - Retrieves information and copies images between registries.

Star history

Star history chart for containers/skopeoStar history chart for containers/skopeo

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Skopeo

These projects share indexed features with Skopeo. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • projectatomic/skopeoprojectatomic avatar

    projectatomic/skopeo

    11,010View on GitHub↗

    Skopeo is a command line utility for inspecting, copying, and managing OCI and Docker container images across registries and local storage. It functions as a container image tool and registry manager that performs these operations without requiring a background daemon to be running on the host. The tool specializes in daemonless image manipulation, allowing users to retrieve metadata, manifests, and tags from remote registries without pulling the full image locally. It provides capabilities for mirroring external repositories to internal registries for air-gapped deployments and manages the t

    Go
    View on GitHub↗11,010
  • genuinetools/imggenuinetools avatar

    genuinetools/img

    3,987View on GitHub↗

    img is a collection of toolsets for building, managing, and manipulating OCI compliant container images. It functions as an image build tool and registry client, providing the capabilities to create images from configuration files, push and pull images to remote registries, and extract image layers into root filesystems or archives. The project distinguishes itself through support for multi-platform builds using hardware emulators and the ability to perform unprivileged container builds via namespace-based process isolation and user ID mapping. It also includes a cross-platform binary compile

    Gobuildkitclicontainers
    View on GitHub↗3,987
  • containerd/containerdcontainerd avatar

    containerd/containerd

    20,369View on GitHub↗

    Containerd is a daemon-based container runtime that manages the complete lifecycle of containers on a host system. It functions as a core orchestration backend, handling image distribution, storage, and process execution while adhering to industry-standard specifications for container execution and configuration. The project is distinguished by its modular, plugin-based architecture, which allows for the extension of storage, runtime, and networking capabilities without requiring a full daemon recompile. It utilizes a shim-based execution model to delegate low-level operations, ensuring isola

    Gocncfcontainerdcontainers
    View on GitHub↗20,369
  • moby/mobymoby avatar

    moby/moby

    71,729View on GitHub↗

    Moby is an OCI container engine and runtime manager designed for building, running, and managing isolated containers based on Open Container Initiative standards. It functions as a container daemon and image builder, providing a core engine to orchestrate the full lifecycle of containers and the packaging of source code into portable images. The project provides a standardized HTTP interface that allows for programmatic container management, enabling external clients to control daemon settings and container operations. It supports a rootless security model, allowing the engine daemon to execu

    Gocontainersdockergo
    View on GitHub↗71,729
Compare all 30 related projects→

Frequently asked questions

What does containers/skopeo do?

Skopeo is an OCI container image manager and registry client designed for inspecting, copying, and signing container images across different registries and storage backends. It enables the manipulation of container images using direct API calls to registries, operating independently of a local container daemon or runtime.

What are the main features of containers/skopeo?

The main features of containers/skopeo are: Container Image Management, Registry Mirroring, Image Copying Utilities, Container Image Mirroring Tools, Daemonless Image Manipulation, Container Registry Management, Image Registry Clients, Remote Image Inspection.

Which projects share features with containers/skopeo?

Projects with overlapping indexed features include: projectatomic/skopeo — Skopeo is a command line utility for inspecting, copying, and managing OCI and Docker container images across… genuinetools/img — img is a collection of toolsets for building, managing, and manipulating OCI compliant container images. It functions… containerd/containerd — Containerd is a daemon-based container runtime that manages the complete lifecycle of containers on a host system. It… moby/moby — Moby is an OCI container engine and runtime manager designed for building, running, and managing isolated containers… sigstore/cosign — Cosign is a tool for signing and verifying software artifacts, primarily those stored in OCI-compatible registries… docker-slim/docker-slim — This project is a suite of specialized tools for linting, minifying, analyzing, and managing container images and…