Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Releases: google/containerregistry

v0.0.38: Fix credential parsing bug

05 Mar 22:39
8a11dc8
Compare
Choose a tag to compare
Merge pull request #161 from google/upstream-1583445779

Fix credential parsing

v0.0.37: Fix the build + python3

05 Mar 17:24
040e033
Compare
Choose a tag to compare

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.

Update subpar dependency

04 Apr 14:08
da03b39
Compare
Choose a tag to compare
  • Update subpar dependency (2018-03-07)

v0.0.35: Support cache

14 Dec 21:35
f8b5ad8
Compare
Choose a tag to compare
  • Support caching downloaded image layers

Various updates

30 Nov 21:16
a6f2d42
Compare
Choose a tag to compare
  • Replace --platform in pullers with specific args
  • Use custom docker client config directory
  • Fix bazel dependencies

Various updates

13 Nov 21:49
4821b94
Compare
Choose a tag to compare
  • Save manifest and digest when downloading image
  • Allow specifying platform
  • Update httplib2 dependency

v0.0.32: Bugfix

12 Sep 16:37
63ff239
Compare
Choose a tag to compare
  • Fix bug in image digester

v0.0.31: Tool to get image digest + Bugfix

24 Aug 22:01
13e9230
Compare
Choose a tag to compare
  • Tool to get image digest
  • Fix rules_docker #474
  • Fix bug in tarball manifest LayerSource

v0.0.30: Bugfix

14 Aug 21:55
2f1cfd3
Compare
Choose a tag to compare
  • Fix bug from v0.0.29 in computing diffid
  • Make FromDisk work with foreign layers

v0.0.29: Foreign layers

09 Aug 23:17
bf22fb4
Compare
Choose a tag to compare
  • Add support for foreign layers, including parsing LayerSources in tarball manifests.