Hi everyone,
half a year ago I set up my own registry with Quay and MinIO as backend.
I noticed that the images and tags expire and vanish as expected. ✔
But, I also noticed that the uploaded blobs in MinIO do not get deleted. ⚠
I searched the docs and found this note:
»Blob expiration is independent of the time machine. If you push a tag to
Project Quay and the time machine is set to 0 seconds, and then you
delete a tag immediately, garbage collection deletes the tag and
everything related to that tag, but will not delete the blob storage
until the blob expiration time is reached.«
But I could not figure out how to configure the blob expiration. Can somebody point me in the right direction (docs, what to look for in STDOUT, ...)?
Thank you very much,
Andi