Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 645 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 645 Bytes

docker-repo-info

This is a package and demostration programs showing how to retrieve metadata from private and public docker repositories

  • docker_registry_client/reposession.py
    • class that contains methods to manage conections to repo and retrieve metadata
  • docker_registry_client/manifest_utils.py
    • file of utilities functions for post processing retrived manifest data.
  • tagtest.py
    • demonstrates retrieval of tag lists from repositories
  • manifesttest.py
    • demonstrates retrieval and post processing of manifest data
  • test_methods.py
    • test framework for pytest in the github python action