You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Quay team!
I'm using your Quay Operator with 3 components: quay, mino and redis
When I try to remove an image tag from Quay UI, it gets completely deleted, but it is still there in Minio.
How can I remove image tag from both Quay and Minio ?
I really appreciate if you guys have solution for this case, Thank you so much
The text was updated successfully, but these errors were encountered:
Hi, while image tags in the Quay UI appear to be deleted immediately a couple of factors come into play when the image layers in the S3 backend (minio) are actually deleted:
whether or not other tags in other repos are pointing to the same image manifest (which in turn shares the same image layers)
whether or not the time machine retain period is set to something higher than "seconds"
whether the garbage collector background worker has run yet
If you are certain that no other tags point to the same manifest, you can use the "permanently delete" functionality in the UI to immediately delete an image manifest (be sure PERMANENTLY_DELETE_TAGS is set to True in the Quay config file). This is also available for images that have already be deleted but are still kept in time machine, which can be seen in that Tag History tab in the UI.
Hi, while image tags in the Quay UI appear to be deleted immediately a couple of factors come into play when the image layers in the S3 backend (minio) are actually deleted:
whether or not other tags in other repos are pointing to the same image manifest (which in turn shares the same image layers)
whether or not the time machine retain period is set to something higher than "seconds"
whether the garbage collector background worker has run yet
If you are certain that no other tags point to the same manifest, you can use the "permanently delete" functionality in the UI to immediately delete an image manifest (be sure PERMANENTLY_DELETE_TAGS is set to True in the Quay config file). This is also available for images that have already be deleted but are still kept in time machine, which can be seen in that Tag History tab in the UI.
Hi Quay team!
I'm using your Quay Operator with 3 components: quay, mino and redis
When I try to remove an image tag from Quay UI, it gets completely deleted, but it is still there in Minio.
How can I remove image tag from both Quay and Minio ?
I really appreciate if you guys have solution for this case, Thank you so much
The text was updated successfully, but these errors were encountered: