Cache created_at values for tags that are kept
This is to avoid network requests to the container registry api. This cache will only work if the `older_than` parameter is set. Tags that are destroyed are guaranted to have their `created_at` freshly fetched from the container registry API. By reducing the amount of pings to the container registry API, the cleanup tags service is more efficient and takes less time to go through a set of tags.
Showing
This diff is collapsed.
Please register or sign in to comment