Build table with latest category info

This commit is contained in:
Julien Bisconti 2018-08-08 12:41:20 +02:00 committed by Andreas Gebhardt
parent 680321527a
commit 33346b657f
3 changed files with 20 additions and 5 deletions

View File

@ -511,7 +511,7 @@ Services to securely store your Docker images.
### Garbage Collection
- [caduc](https://github.com/tjamet/caduc) - A docker garbage collector cleaning stuff you did not use recently
- [Docker Clean](https://github.com/zzrotdesign/docker-clean) - A script that cleans Docker containers, images and volumes by [@zzrotdesign](https://github.com/zzrotdesign)
- [Docker Clean](https://github.com/ZZROTDesign/docker-clean) - A script that cleans Docker containers, images and volumes by [@zzrotdesign](https://github.com/ZZROTDesign)
- [Docker-cleanup](https://github.com/meltwater/docker-cleanup) - Automatic Docker image, container and volume cleanup by [@meltwater](https://github.com/meltwater)
- [docker-custodian](https://github.com/Yelp/docker-custodian) - Keep docker hosts tidy. By [@Yelp](https://github.com/Yelp)
- [docker-garby](https://github.com/konstruktoid/docker-garby) - Docker garbage collection script by [@konstruktoid](https://github.com/konstruktoid).

View File

@ -1229,8 +1229,8 @@
"status": "active",
"category": 26
},
"https://github.com/zzrotdesign/docker-clean": {
"url": "https://github.com/zzrotdesign/docker-clean",
"https://github.com/ZZROTDesign/docker-clean": {
"url": "https://github.com/ZZROTDesign/docker-clean",
"status": "active",
"category": 26
},
@ -1493,5 +1493,20 @@
"url": "https://github.com/weaveworks/weave",
"status": "active",
"category": 5
},
"https://github.com/avirshup/DockerMake": {
"url": "https://github.com/avirshup/DockerMake",
"status": "active",
"category": 17
},
"https://github.com/oracle/smith": {
"url": "https://github.com/oracle/smith",
"status": "active",
"category": 17
},
"https://github.com/oracle/crashcart": {
"url": "https://github.com/oracle/crashcart",
"status": "active",
"category": 25
}
}
}

View File

@ -248,7 +248,7 @@
"https://github.com/lando/lando",
"https://github.com/tailhook/vagga",
"https://github.com/tjamet/caduc",
"https://github.com/zzrotdesign/docker-clean",
"https://github.com/ZZROTDesign/docker-clean",
"https://github.com/meltwater/docker-cleanup",
"https://github.com/Yelp/docker-custodian",
"https://github.com/konstruktoid/docker-garby",