β 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.
πΏ Demo
Top comments (6)
π¦ KOUACK