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
img is a daemon-less tool for building Open Container Initiative compliant images without requiring root privileges. It functions as a standalone builder and registry client that creates container images from build files without the need for a background process or elevated system permissions. The project provides a multi-platform image generator capable of targeting different operating systems and hardware architectures. It includes an OCI registry client for authenticating with remote registries to push, pull, and manage image artifacts. The toolset covers image construction and artifact m
Skopeo este un utilitar în linie de comandă pentru inspectarea, copierea și gestionarea imaginilor de containere OCI și Docker între registre și stocarea locală. Acesta funcționează ca un instrument pentru imagini de containere și manager de registre care efectuează aceste operațiuni fără a necesita rularea unui daemon în fundal pe host.
Principalele funcționalități ale projectatomic/skopeo sunt: 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.
Alternativele open-source pentru projectatomic/skopeo includ: 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… 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… yeasy/docker_practice — This project is a Docker educational resource and a collection of practical examples designed for learning…