termoshtt / ocipkg

An OCI registry client for Rust desiged to use distribute static library as a "container"
Apache License 2.0
48 stars 8 forks source link

OCI Artifact manifest #78

Open termoshtt opened 1 year ago

termoshtt commented 1 year ago

application/vnd.oci.artifact.manifest.v1+json media type definition by OCI https://github.com/opencontainers/image-spec/blob/main/artifact.md

termoshtt commented 1 year ago

There is another definition called ORAS Artifact which defines application/vnd.cncf.oras.artifact.manifest.v1+json https://github.com/oras-project/artifacts-spec/blob/main/artifact-manifest.md

termoshtt commented 1 year ago

ORAS Artifact is experimentally supported by Azure container registry https://learn.microsoft.com/ja-jp/azure/container-registry/container-registry-oras-artifacts

termoshtt commented 1 year ago

OCI Artifact manifest is still in draft, introduced in OCI image spec 1.1.0-rc1

termoshtt commented 6 months ago

OCI Image spec 1.1.0 has been released https://github.com/opencontainers/image-spec/releases/tag/v1.1.0, and above contents are out-dated https://github.com/containers/oci-spec-rs/issues/144