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.18: Switch to requirements.txt for dependencies

21 Sep 19:43
Compare
Choose a tag to compare

This migrates dependencies from direct WORKSPACE references to URLs to using the new rules_python support for pip packages and requirements.txt.

v0.0.17 Fix Labels

16 Sep 14:40
Compare
Choose a tag to compare

This fixes the "Labels" metadata field that was improperly singular before.

Appender.par release #2

07 Sep 14:24
Compare
Choose a tag to compare

Also some fixes around digest calculation and timestamps.

Appender.par release

06 Sep 16:38
Compare
Choose a tag to compare

This release contains a new standalone appender.par tool, as well as various fixes around OCI compatibility.

v0.0.14: Assorted Fixes

11 Aug 16:17
Compare
Choose a tag to compare

This release contains assorted fixes, including passing scheme to credential helpers.

v0.0.13: Support Basic Authentication

06 Aug 14:28
Compare
Choose a tag to compare

This PR adds support for Basic authentication, which is needed for Amazon's container registry, and certain configurations of registry:2.

v0.0.12 Faaaast push/pull

27 Jun 22:16
Compare
Choose a tag to compare

This release contains BREAKING changes to the puller/pusher in support of a more efficient on-disk format in bazelbuild/rules_docker.

The new puller takes a --directory argument and emits the constituent elements as files under this directory as described in save.fast.

The new pusher is backwards-compatible, but the --tarball argument is used only for accepting a legacy base image on which the new intermediate format builds. The new layers and their digests are passed through repeated --layer and --digest arguments, in the order in which they should appear in the image's manifest. The v2.2 config file for the new image is passed via --config.

v0.0.11 Stamping

16 Jun 17:13
Compare
Choose a tag to compare

This adds support for Bazel stamping to the docker_pusher tool.

v0.0.10 Fix credential helper support

06 Jun 02:31
Compare
Choose a tag to compare

This fixes the credential helper handshake when the helper is asked about a registry domain for which it has no credentials.

v0.0.9 Fix local registry support

06 Jun 00:27
Compare
Choose a tag to compare

This fixes a final issue due to a bad assumption about the "empty layer"s availability when converting images between formats.