I run a private docker registry, and I want to delete all images but the latest
from a repository. I don’t want to delete the entire repository, just some of the images inside it. The API docs don’t mention a way to do this, but surely it’s possible?
