Registry / networking / distribution-distribution

distribution-distribution

JSON →
library2.8.3+incompatiblegogounverified

A Go library for interacting with Docker distribution registries.

go get github.com/distribution/distribution
INSTALL
IMPORT
SIG · DISTRIBUTION-DISTR
D
distribution-distribution
networkinggov2.8.3+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

distribution
✓ github.com/distribution/distribution

Import and use the distribution registry client.

package main import ( "fmt" "github.com/distribution/distribution/registry/client" ) func main() { // Example: create a registry client fmt.Println("Distribution library loaded") }
Debug
Known issues
breakingVersion 2.8.3+incompatible indicates this module is not using Go modules properly; prefer using the v3 branch or a compatible version.
fix
Use the v3 module path: github.com/distribution/distribution/v3
affects: >=2.0.0, <3.0.0
Upgrade
Version history
2.8.3+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
distribution-distribution — go get distribution-distribution · libregistry