We are using nexus oss 3.13 as a private docker registry. During development due to misconfiguration, some images/layers can get extremly big.
Currently we have a nexus groovy script which generates a report of the biggest files (==layer), but there's no way to find out the corresponding images.
For production this is a show-stopper. Therefore we can not delete the images, which are using the big layers, because we do not know which image is affected.
We are surprised, that such basic functionality is not provided.
Did we miss something in the documentation?
How are others tackling this problem?
Has someone a good approach/workaround (maybe a groovy script) to match the docker layers to the docker images in order to solve this issue?