mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
18 lines
715 B
Plaintext
18 lines
715 B
Plaintext
config BR2_PACKAGE_DISTRIBUTION_REGISTRY
|
|
bool "distribution-registry"
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
|
|
help
|
|
The toolkit to pack, ship, store, and deliver container
|
|
content.
|
|
|
|
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.
|
|
|
|
https://github.com/distribution/distribution
|