• David Fernandez's avatar
    Cache created_at values for tags that are kept · a1450bd7
    David Fernandez authored
    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.
    a1450bd7
container_registry_expiration_policies_caching.yml 229 Bytes