# Constants
DockerOCIImageMediaType is the media-type used for Docker Image spec images.
# Type aliases
DockerOCIImage is a ocispec.Image extended with Docker specific Config.
DockerOCIImageConfig is a ocispec.ImageConfig extended with Docker specific fields.
DockerOCIImageConfigExt contains Docker-specific fields in DockerImageConfig.
HealthcheckConfig holds configuration settings for the HEALTHCHECK feature.