0
We are trying to delete docker images from nexus hosted repository and are able to delete the images with one of the groovy scripts . The script requires us to provide the image name, image tag and the nexus repository name . But currently it seems the images are filling up the space very fast . Not sure which images are using most of the space . Is there any way available to pull the list of images occupying large space ?
Also is there any way to find the space used by folders with nexus hosted docker repository?