Docker Registry: How do I get the list of digest of an image layers?
I am trying to list the layers digest of an image (e.g.: ubuntu) that is loaded to a docker registry. I am basically looking for the equivalent of docker manifest inspect --verbose <image-name> for docker registry and which gives a…