nexus-cli
nexus-cli copied to clipboard
delete function removes the image from the repo, but the list still says it's there
When I used the nexus-cli image delete
command to remove a specific image tag, it removes the image tag from the repository (I checked the UI for the repo and it was gone), but then when I use the nexus-cli image tags
command to get a list of the tags, it still showed up in the list. Anybody know of a workaround for this? I saw another issue talking about them remaining in the blob store, not sure if that's related or not. I tried the solution listed there of running the "purge unused docker manifests and images" and "compact blobstore" tasks and it didn't work.
me too