//! Docker Image handling inside intermodal.
//!
//! References:
//! [Docker Implementation](https://github.com/containers/image/tree/master/docker)
pub const MEDIA_TYPE_DOCKER_V2_SCHEMA2_MANIFEST: &str =
"application/vnd.docker.distribution.manifest.v2+json";
pub const MEDIA_TYPE_DOCKER_V2_LIST: &str =
"application/vnd.docker.distribution.manifest.list.v2+json";