This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
Releases: google/containerregistry
Releases · google/containerregistry
v0.0.28: python3
This is a pretty big change, but seems to work in our testing.
Good luck, dependents.
v0.0.27: Various fixes
- Allow "access_token" in token response.
- Attempt to mount layers from src repo in tools/docker_appender.
- Fix bad error messages involving
docker_name
s with _repr
v0.0.26: Fix manifest list pulling
docker_puller
andfast_puller
will now default to amd64/linux when pulling a manifest list.
Bugfixes
- account for "RepoTags":null in manifest.json
- Make fatal event return non-zero exit codes from the dockerless tools.
- Fixes: bazelbuild/rules_docker#314
- Improve error message when cred helper not found
v0.0.24: Various fixes
- Add support for uncompressed image layers. Update fast_flatten to use it.
- Remove unnecessary
--output_base
bazel flag. - Raise a more descriptive error when a /v2/ registry ping fails.
- Log errors on exceptions in the push/pull tools, rather than crash with a stack trace.
- Add additional validation for docker_name.Registries
- Add docker_name.from_string() function.
- Fix thread safety issue with retry_transport factory.
v0.0.23: Transport fixes
- Handle relative URLs for location returned by blob endpoints (fixes wcr.io).
- Allow insecure registries for ".locahost" tld.
- Add http transport level retries for retryable errors.
v0.0.22: Various Fixes
This fixes a bug that was reported using the library against the Sonatype OSS Docker registry.
This also fixes a bug that was reported using the library under Python3.
v0.0.21: Fix overrides
This release fixes a problem in the appender where sometimes multiple entries would be added to the config's history.
v0.0.20: Import uncompressed layers
This changes the fast importer to import uncompressed tarballs from the docker save
-format tarball to take advantage of the fact that container_load
now supports receiving uncompressed tarballs.
v0.0.19: Publish importer PAR
Merge pull request #25 from google/update-2017-10-12 Add importer.yaml to release importer.par