mirror of
https://github.com/outbackdingo/docker-registry-ui.git
synced 2026-04-07 00:06:36 +00:00
Support when registry server does not respect the [Manifest Specification](https://docs.docker.com/registry/spec/manifest-v2-2/#image-manifest-field-descriptions). When the media type is `application/vnd.docker.distribution.manifest.list.v2+json` the response object must have a `layers` key, but sometimes you can have a `manifests` key... fixes #260