❔ 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