1. 20 Sep, 2021 1 commit
    • 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
  2. 26 Aug, 2021 34 commits
  3. 25 Aug, 2021 5 commits