Skip to content

package and demonstration programs showing how to retrieve metadata from private and public docker repositories via the docker repository API

License

Notifications You must be signed in to change notification settings

cstradtman/docker-repo-info

Repository files navigation

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

About

package and demonstration programs showing how to retrieve metadata from private and public docker repositories via the docker repository API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages