Containerregistry Versions Save

A set of Python libraries and tools for interacting with a Docker Registry.

v0.0.38

4 years ago

v0.0.37

4 years ago

At this point, it seems not worth the trouble to support python2, since I couldn't figure out how to fix the build and retain python 2 support.

v0.0.36

5 years ago
  • Update subpar dependency (2018-03-07)

v0.0.35

5 years ago
  • Support caching downloaded image layers

v0.0.34

5 years ago
  • Replace --platform in pullers with specific args
  • Use custom docker client config directory
  • Fix bazel dependencies

v0.0.33

5 years ago
  • Save manifest and digest when downloading image
  • Allow specifying platform
  • Update httplib2 dependency

v0.0.32

5 years ago
  • Fix bug in image digester

v0.0.31

5 years ago
  • Tool to get image digest
  • Fix rules_docker #474
  • Fix bug in tarball manifest LayerSource

v0.0.30

5 years ago
  • Fix bug from v0.0.29 in computing diffid
  • Make FromDisk work with foreign layers

v0.0.29

5 years ago
  • Add support for foreign layers, including parsing LayerSources in tarball manifests.