-
Notifications
You must be signed in to change notification settings - Fork 923
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
There is no way to clear unused image in the self-hosted registry. The size of the image could build up quickly if we have many app inside the cluster and frequently change on each of those app.
Describe the solution you'd like
- I think we can enable
REGISTRY_STORAGE_DELETE_ENABLED=true
when we start the registry. (function createRegistryServiceOnNode(nodeId: string) { - Add API to list of repository in the private registry
- Add API for list image in each repository in the private registry
- Add API to delete the image in the private registry.
Describe alternatives you've considered
None
Additional context
None