Will this sequence of steps completely delete an image from disk in the Docker Trusted Registry?
Delete the image and run garbage collection on the Docker Trusted Registry.
Will this sequence of steps completely delete an image from disk in the Docker Trusted Registry?
Delete the image and run garbage collection on the Docker Trusted Registry.
A: DTR's garbage collection process is responsible for actually removing the image data from disk. You'll need to trigger this process manually after deleting the tags.
The complete process to fully delete an image from DTR requires additional steps: 1. Delete the image through the DTR interface or API 2. Delete the repository 3. Run garbage collection