├── CODEOWNERS ├── CODE_OF_CONDUCT.md ├── GOVERNANCE.md ├── LICENSE ├── OWNERS.md ├── README.md ├── RELEASES.md ├── artifact-manifest.md ├── considerations.md ├── descriptor.md ├── docs └── quick-start.md ├── examples ├── net-monitor-image-nydus-ondemand-loading.json ├── net-monitor-image-sbom.json ├── net-monitor-image-signature.json ├── net-monitor-oci-image.json └── oci-image-artifact.json ├── go.mod ├── go.sum ├── manifest-referrers-api.md ├── media ├── artifact.gif ├── net-monitor-copy.svg ├── net-monitor-graph.svg ├── net-monitor-image.svg ├── net-monitor-sbom-signature.svg ├── net-monitor-sbom.svg ├── net-monitor-with-sigs-copy.svg ├── notaryv2-signature.svg ├── repo-listing-attributed-expanded.svg ├── repo-listing-attributed.svg └── repo-listing-flat.svg ├── scenarios.md └── specs-go └── v1 ├── annotation.go ├── descriptor.go ├── manifest.go └── mediatype.go /CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/CODEOWNERS -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /GOVERNANCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/GOVERNANCE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/LICENSE -------------------------------------------------------------------------------- /OWNERS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/OWNERS.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/README.md -------------------------------------------------------------------------------- /RELEASES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/RELEASES.md -------------------------------------------------------------------------------- /artifact-manifest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/artifact-manifest.md -------------------------------------------------------------------------------- /considerations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/considerations.md -------------------------------------------------------------------------------- /descriptor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/descriptor.md -------------------------------------------------------------------------------- /docs/quick-start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/docs/quick-start.md -------------------------------------------------------------------------------- /examples/net-monitor-image-nydus-ondemand-loading.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/examples/net-monitor-image-nydus-ondemand-loading.json -------------------------------------------------------------------------------- /examples/net-monitor-image-sbom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/examples/net-monitor-image-sbom.json -------------------------------------------------------------------------------- /examples/net-monitor-image-signature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/examples/net-monitor-image-signature.json -------------------------------------------------------------------------------- /examples/net-monitor-oci-image.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/examples/net-monitor-oci-image.json -------------------------------------------------------------------------------- /examples/oci-image-artifact.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/examples/oci-image-artifact.json -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/go.sum -------------------------------------------------------------------------------- /manifest-referrers-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/manifest-referrers-api.md -------------------------------------------------------------------------------- /media/artifact.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/media/artifact.gif -------------------------------------------------------------------------------- /media/net-monitor-copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/media/net-monitor-copy.svg -------------------------------------------------------------------------------- /media/net-monitor-graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/media/net-monitor-graph.svg -------------------------------------------------------------------------------- /media/net-monitor-image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/media/net-monitor-image.svg -------------------------------------------------------------------------------- /media/net-monitor-sbom-signature.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/media/net-monitor-sbom-signature.svg -------------------------------------------------------------------------------- /media/net-monitor-sbom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/media/net-monitor-sbom.svg -------------------------------------------------------------------------------- /media/net-monitor-with-sigs-copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/media/net-monitor-with-sigs-copy.svg -------------------------------------------------------------------------------- /media/notaryv2-signature.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/media/notaryv2-signature.svg -------------------------------------------------------------------------------- /media/repo-listing-attributed-expanded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/media/repo-listing-attributed-expanded.svg -------------------------------------------------------------------------------- /media/repo-listing-attributed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/media/repo-listing-attributed.svg -------------------------------------------------------------------------------- /media/repo-listing-flat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/media/repo-listing-flat.svg -------------------------------------------------------------------------------- /scenarios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/scenarios.md -------------------------------------------------------------------------------- /specs-go/v1/annotation.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/specs-go/v1/annotation.go -------------------------------------------------------------------------------- /specs-go/v1/descriptor.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/specs-go/v1/descriptor.go -------------------------------------------------------------------------------- /specs-go/v1/manifest.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/specs-go/v1/manifest.go -------------------------------------------------------------------------------- /specs-go/v1/mediatype.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oras-project/artifacts-spec/HEAD/specs-go/v1/mediatype.go --------------------------------------------------------------------------------