...

Text file src/github.com/opencontainers/image-spec/artifacts-guidance.md

Documentation: github.com/opencontainers/image-spec

     1# Guidance for Artifacts Authors
     2
     3Content other than OCI container images MAY be packaged using the image manifest.
     4When this is done, the `config.mediaType` value should not be a known OCI image config [media type](media-types.md).
     5Historically, due to registry limitations, some tools have created non-OCI conformant artifacts using the `application/vnd.oci.image.config.v1+json` value for `config.mediaType` and values specific to the artifact in `layer[*].mediaType`.
     6Implementation details and examples are provided in the [image manifest specification](manifest.md#guidelines-for-artifact-usage).

View as plain text