John Yani

Results 209 comments of John Yani

![Screenshot from 2020-01-06 07-18-22](https://user-images.githubusercontent.com/361985/71797070-4bc86880-3055-11ea-9645-3115cf3c6d38.png)

![image](https://user-images.githubusercontent.com/361985/71797148-8500d880-3055-11ea-9f3e-b71f4b857c1d.png)

#1813 is a pre-requisite to this feature

I assume that the first use case should already be working: 1. fetch a list of tags: `GET /v2//tags/list` (sorted by create/update date) 2. for each tag, fetch a manifest...

Yeah that would be how to solve it. Though there are 3 more steps: 4. Stop registry 5. Run gc 6. Start registry

This should solve point 1: https://github.com/docker/distribution/pull/2199 So that we can implement 1-3 through HTTP API. 4-6 still impossible without some docker commands.

Does it require putting registry to read only mode or restarting registry?

@sargun It's just a feature. You're not required to use it. If you can afford infinite disk space you would just not use the "garbage collect untagged manifests" option. But...

Here's my solution for version 0.9.x ``` .rdr-Calendar { width: 100% !important; padding: 0 !important; } .rdr-Days { display: grid; grid-template-columns: repeat(7, 1fr); justify-items: center; } .rdr-WeekDays { display: flex;...