1
0
mirror of https://github.com/opencontainers/image-spec.git synced 2025-04-18 03:24:01 +03:00
image-spec/artifacts-guidance.md
Brandon Mitchell e6a75e64a7
Provide a decision tree for artifacts
Signed-off-by: Brandon Mitchell <git@bmitch.net>
Helped-by: Dasith Wijesiriwardena <dasiths@hotmail.com>
2023-08-10 17:19:23 -04:00

603 B

Guidance for Artifacts Authors

Content other than OCI container images MAY be packaged using the image manifest. When this is done, the config.mediaType value should not be a known OCI image config media type. Historically, 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. Implementation details and examples are provided in the image manifest specification.