Skip to content

A tool to generate report on docker registry usage (images, tags, size,date of upload etc)

Notifications You must be signed in to change notification settings

skanayi/registry-inventory-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

registry-inventory-generator

A tool to generate report on docker registry usage (images, tags, size,date of upload etc)

Usage:

  • Setup below environment variables
  • REGISTRY_HOST (url for your docker private registry ex:registry.docker.com ,https://registry.docker.excom )
  • REGISTRY_USERNAME
  • REGISTRY_PASSWORD
  • Run ./registry-inventory-generator (Be patient ,it will take time to go through each and every image/tags and pull the details)
  • Output: Output file will be created with below format ${registry_name}.reports.json
  • Logs: Logs will be available under registry_reports.log

Development

  • Tested with go version 1.16.4
  • clone the repo and "go build"

About

A tool to generate report on docker registry usage (images, tags, size,date of upload etc)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages