Category: Docker, automation

As we know, there is a known issue with the Nexus OOS — the Docker repository cleanup process.The problem looks like this: After some research, I was able to resolve this issue. I haven’t found any documentation on how to supposedly completely erase (hard-delete) the docker images that I deleted via web-ui / http-api / nexus-cli. I realized that there was a need for well-planned actions on the part of the Nexus OSS.So, I have prepared steps, step by step, how to solve this problem.

Fi rst of all,remove the asset (image tag) via web-ui / http-api / nexus-cli any time of day whenever you need it.

To impement/check this issue you can use my script(After docker login to the Nexus OSS) and generate docker images and push them to Nexus Docker Repository.Then,try to delete images and watch to the result (Disk size)

Related Articles