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
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 registry and server-side storage system designed to house container images, layers, and manifests. It functions as an OCI compliant registry server that adheres to the Open Container Initiative Distribution Specification to store and deliver content over HTTP. The system provides a self-hosted solution for managing private libraries of container images within professional-grade infrastructure. It is designed to enable the development of custom registries by extending a base toolkit with specialized libraries and business logic. The registry covers image dist
This project is a Docker educational resource and a collection of practical examples designed for learning containerization technologies. It serves as a guide for understanding container fundamentals, including the creation and management of custom images and the use of registries. The repository provides specialized references for container security hardening, such as managing kernel privileges and implementing supply chain security. It also includes tutorials for multi-container orchestration and a DevOps guide focused on CI/CD automation and image optimization. The material covers a broad
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.
Die Hauptfunktionen von google/go-containerregistry sind: OCI Registry API Clients, Content-Based Deduplication, OCI Container Registry Clients, Multi-Architecture Images, Container Image Registries, Daemonless Image Manipulation, Container Image Distribution, Multi-Platform Index Management.
Open-Source-Alternativen zu google/go-containerregistry sind unter anderem: projectatomic/skopeo — Skopeo is a command line utility for inspecting, copying, and managing OCI and Docker container images across… distribution/distribution — Distribution is an open-source container image registry that implements the OCI Distribution Specification, enabling… docker/distribution — This project is a container image registry and server-side storage system designed to house container images, layers,… yeasy/docker_practice — This project is a Docker educational resource and a collection of practical examples designed for learning… jessfraz/img — img is a daemon-less tool for building Open Container Initiative compliant images without requiring root privileges.… docker/build-push-action — This project is a GitHub Action that automates the building and pushing of Docker container images to OCI registries.…