I've been using Nexus to publish my Docker images for a couple of months and I really like the features it adds to a classic Docker Registry.
Recently, the number of images we're storing caused disk space issues. I looked around the graphical interface and there's apparently nothing to remove several Docker images at the same time. I know there's a Nexus task to remove unused artifacts but it seems to work only for Maven and Nugget.
Is there a way with Nexus Repository Manager OSS 3.0.1-01 to remove unused images or at least several images at the same time?
Thanks!