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
go-containerregistry is a Go library and toolkit for interacting with OCI and Docker registries. It provides a programmatic implementation of the Open Container Initiative distribution specification to fetch, upload, and manage container images, manifests, and layers. The library functions as a container image manipulation tool and a multi-platform image index manager. It enables the resolution and management of manifest lists that target various hardware architectures and operating systems without requiring a local daemon. The toolkit covers a broad range of registry interactions, including
Distribution is an open-source container image registry that implements the OCI Distribution Specification, enabling any OCI-compatible client to push, pull, and manage container images over standard protocols. It serves as a content distribution toolkit for packaging, shipping, storing, and delivering container content across networked environments, storing and retrieving content by its cryptographic hash for integrity and deduplication. The registry separates image metadata from bulk data to enable efficient validation and partial pulls, and supports resumable blob uploads with chunked tran
This project is a container image transfer library and programmatic toolkit designed for moving and managing container images between distinct registries, storage backends, and file formats. It provides an OCI image specification toolkit for inspecting, parsing, and converting image formats across different registry implementations without format loss, acting as a registry client library for interacting with remote endpoints to pull, push, and inspect manifests. The library features a transport-plugin architecture that uses modular communication handlers to connect remote registries, local st
Skopeo 是一个用于在注册表(registries)和本地存储之间检查、复制和管理 OCI 及 Docker 容器镜像的命令行工具。它作为一个容器镜像工具和注册表管理器,在执行这些操作时无需在主机上运行后台守护进程。
projectatomic/skopeo 的主要功能包括:Daemonless Image Manipulation, OCI Registry API Clients, OCI Container Registry Clients, Container Image Management, Image Copying Utilities, Container Image Registries, Container Registry Management, Remote Image Inspection。
projectatomic/skopeo 的开源替代品包括: containers/skopeo — Skopeo is an OCI container image manager and registry client designed for inspecting, copying, and signing container… google/go-containerregistry — go-containerregistry is a Go library and toolkit for interacting with OCI and Docker registries. It provides a… distribution/distribution — Distribution is an open-source container image registry that implements the OCI Distribution Specification, enabling… containers/image — This project is a container image transfer library and programmatic toolkit designed for moving and managing container… jessfraz/img — img is a daemon-less tool for building Open Container Initiative compliant images without requiring root privileges.… boto/boto3 — Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud…