โ About
As we are going more and more digital, we rely and release an ever increasing set of artifacts :
... and as we go cloud native, docker images are a crucial part of it.
So it makes sense you want to get KPIs about their:
- ๐ Description & documentation quality (for better indexation and get traction)
- ๐ Popularity
This post is dedicated to this concern, for public images on DockerHub.com.
๐ก Inception
I recently ran a manual internal reporting job on docker images, and I discovered that some of them were lacking descriptions :
So I wanted, on an automated and daily basis to :
- ๐ Lint images description : be sure metadatas are properly setup
- ๐ Get & share KPis of the images popularity (nb. of downloads/Pulls)
- ๐ฆฅ Effortless : get notified as soon a requirements are not met
- ๐ข Share popularity
๐ Fortunately, DockerHub has a public API so this can be achieved without too much efforts.
Top comments (6)
๐ฆ KOUACK