Registry / serialization / opencontainers-distribution-spec-specs-go

opencontainers-distribution-spec-specs-go

JSON →
librarygogounverified

Go types for the Open Container Initiative Distribution Specification.

go get github.com/opencontainers/distribution-spec/specs-go
INSTALL
IMPORT
SIG · OPENCONTAINERS-DIS
O
opencontainers-distribution-spec-specs-go
serializationgo
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.

specs
github.com/opencontainers/distribution-spec/specs-go

Create an OCI distribution manifest using the specs package.

package main import ( "fmt" "github.com/opencontainers/distribution-spec/specs-go/v1" ) func main() { manifest := v1.Manifest{} fmt.Println(manifest) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
opencontainers-distribution-spec-specs-go — go get opencontainers-distribution-spec-specs-go · libregistry