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.8 rules_docker fixes

05 Jun 20:43
Compare
Choose a tag to compare

This release contains various fixes for issues uncovered by users of bazelbuild/rules_docker.

v0.0.7: Flexible docker_name

11 May 01:35
Compare
Choose a tag to compare

This allows users of docker_name to relax some of its strict requirements around specifying fully-qualified tag, digest, repository.

v0.0.6: Support pushing to yet more registries

09 May 00:38
Compare
Choose a tag to compare

This release switches us to using POST/PATCH/PUT uploads, which work with Bintray.

v0.0.5: Support pushing to more registries

04 May 18:21
Compare
Choose a tag to compare

This release changes the method used for uploading layer blobs to the POST/PUT method because the monolithic POST method isn't widely supported.

v0.0.4: Optimizations for docker_build

03 May 21:38
Compare
Choose a tag to compare

This release contains numerous optimizations for dealing with images whose underlying representation is uncompressed (e.g. FromTarball). This is mostly for scenarios where those layers are destined to be stored uncompressed (e.g. save.py).

The primary scenario it targets is Bazel docker_build which significantly regressed going through our compressed abstractions, but with this release and some forthcoming changes it should be comparable to the version bundled with Bazel previously.

v0.0.3: Supporting Bazel's docker_build

26 Apr 22:13
Compare
Choose a tag to compare

This release contains all of the supporting changes needed to migrate Bazel's docker_build to use this library for it's metadata and tarball manipulations (in addition to relying on this for pusher/puller).

v0.0.2

31 Mar 20:59
Compare
Choose a tag to compare

Adds a dependency on "six" to fix problems running the released PAR files in some environments.

v0.0.1

28 Mar 22:00
Compare
Choose a tag to compare

Initial release of the google/containerregistry client library.

v0.0.0-test

28 Mar 20:42
Compare
Choose a tag to compare

Initial test release of google/containerregistry to verify that the binary release triggers are WAI.