All Projects → distribution → Distribution

distribution / Distribution

Licence: apache-2.0
The toolkit to pack, ship, store, and deliver container content

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Distribution

Containerd
An open and reliable container runtime
Stars: ✭ 9,956 (+54.48%)
Mutual labels:  containers, cncf, oci
Oras
OCI Registry As Storage
Stars: ✭ 356 (-94.48%)
Mutual labels:  registry, oci
Umoci
umoci modifies Open Container images
Stars: ✭ 349 (-94.58%)
Mutual labels:  containers, oci
Grype
A vulnerability scanner for container images and filesystems
Stars: ✭ 362 (-94.38%)
Mutual labels:  containers, oci
oras
ORAS CLI
Stars: ✭ 672 (-89.57%)
Mutual labels:  registry, oci
K8s Tew
Kubernetes - The Easier Way
Stars: ✭ 269 (-95.83%)
Mutual labels:  containers, cncf
Buildkit
concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
Stars: ✭ 4,537 (-29.6%)
Mutual labels:  containers, oci
Image Relocation
Docker/OCI image relocation
Stars: ✭ 21 (-99.67%)
Mutual labels:  registry, oci
Minikube
Run Kubernetes locally
Stars: ✭ 22,673 (+251.79%)
Mutual labels:  containers, cncf
Trow
Container Registry and Image Management for Kubernetes Clusters
Stars: ✭ 453 (-92.97%)
Mutual labels:  registry, containers
Pouch
An Efficient Enterprise-class Container Engine
Stars: ✭ 4,483 (-30.44%)
Mutual labels:  containers, oci
inclavare-containers
A novel container runtime, aka confidential container, for cloud-native confidential computing and enclave runtime ecosystem.
Stars: ✭ 510 (-92.09%)
Mutual labels:  cncf, oci
Harbor
An open source trusted cloud native registry project that stores, signs, and scans content.
Stars: ✭ 16,320 (+153.22%)
Mutual labels:  registry, cncf
Dockerfile
Dockerfile best-practices for writing production-worthy Docker images.
Stars: ✭ 3,506 (-45.6%)
Mutual labels:  containers, oci
Registrish
Dirty hack to run a read-only, public Docker registry on almost any static file hosting service (e.g. NGINX, Netlify, S3...)
Stars: ✭ 119 (-98.15%)
Mutual labels:  registry, containers
Falco
Cloud Native Runtime Security
Stars: ✭ 4,340 (-32.66%)
Mutual labels:  containers, cncf
Tectonic Installer
Install a Kubernetes cluster the CoreOS Tectonic Way: HA, self-hosted, RBAC, etcd Operator, and more
Stars: ✭ 599 (-90.71%)
Mutual labels:  containers, oci
Netdata
Real-time performance monitoring, done right! https://www.netdata.cloud
Stars: ✭ 57,056 (+785.28%)
Mutual labels:  containers, cncf
Kubernetes
Production-Grade Container Scheduling and Management
Stars: ✭ 83,715 (+1198.91%)
Mutual labels:  containers, cncf
Cc Oci Runtime
OCI (Open Containers Initiative) compatible runtime for Intel® Architecture
Stars: ✭ 418 (-93.51%)
Mutual labels:  containers, oci

Distribution

The toolset to pack, ship, store, and deliver content.

This repository's main product is the Open Source Registry implementation for storing and distributing container images using the OCI Distribution Specification. The goal of this project is to provide a simple, secure, and scalable base for building a large scale registry solution or running a simple private registry. It is a core library for many registry operators including Docker Hub, GitHub Container Registry, GitLab Container Registry and DigitalOcean Container Registry, as well as the CNCF Harbor Project, and VMware Harbor Registry.

Build Status GoDoc License: Apache-2.0 codecov FOSSA Status OCI Conformance

This repository contains the following components:

Component Description
registry An implementation of the OCI Distribution Specification.
libraries A rich set of libraries for interacting with distribution components. Please see godoc for details. Note: The interfaces for these libraries are unstable.
documentation Docker's full documentation set is available at docs.docker.com. This repository contains the subset related just to the registry.

How does this integrate with Docker, containerd, and other OCI client?

Clients implement against the OCI specification and communicate with the registry using HTTP. This project contains a client implementation which is currently in use by Docker, however, it is deprecated for the implementation in containerd and will not support new features.

What are the long term goals of the Distribution project?

The Distribution project has the further long term goal of providing a secure tool chain for distributing content. The specifications, APIs and tools should be as useful with Docker as they are without.

Our goal is to design a professional grade and extensible content distribution system that allow users to:

  • Enjoy an efficient, secured and reliable way to store, manage, package and exchange content
  • Hack/roll their own on top of healthy open-source components
  • Implement their own home made solution through good specs, and solid extensions mechanism.

Contribution

Please see CONTRIBUTING.md for details on how to contribute issues, fixes, and patches to this project. If you are contributing code, see the instructions for building a development environment.

Communication

For async communication and long running discussions please use issues and pull requests on the github repo. This will be the best place to discuss design and implementation.

For sync communication we have a #distribution channel in the CNCF Slack that everyone is welcome to join and chat about development.

Licenses

The distribution codebase is released under the Apache 2.0 license. The README.md file, and files in the "docs" folder are licensed under the Creative Commons Attribution 4.0 International License. You may obtain a copy of the license, titled CC-BY-4.0, at http://creativecommons.org/licenses/by/4.0/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].