containerregistry
containerregistry copied to clipboard
A set of Python libraries and tools for interacting with a Docker Registry.
This library has been extremely useful for jobs that run docker commands! One such job recently started failing with `OverflowError: string longer than 2147483647 bytes` when it tried to copy...
Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.10.3 to 0.19.0. Changelog Sourced from httplib2's changelog. 0.19.0 auth: parse headers using pyparsing instead of regexp httplib2/httplib2#182 auth: WSSE token needs to be string not bytes...
I am attempting to use the docker puller tool to pull an image from docker hub. The arguments passed to the tool are as follows: --name docker.io/libarary/ubuntu:latest --tarball /tmp/ubuntu.tar I...
can these utilities respect the NO_PROXY environment variable in the docker_rules? or is there a way to specify this ?
We have notifications setup on all logging.errors, but we don't want to be notified for retries (we will be notified if the retries fail, as it still raises an exception)....
It would be nice if the pusher retried on 504s and other similar responses that occur when backends are having issues. For example, today: https://status.cloud.google.com/incident/cloud-dev-tools/18003#18003003
The config.json client config file generated by docker 2.0.0.3 (the latest stable version) on macOS generates a config file that seems to cause errors here. I get this error: ```...
I may be blind but I could not find actual unit tests, which is surprising for code of this complexity. Can you point me to a unit test suite that...
`containerregistry v0` in Pypi is created by @mattmoor and `containerregistry-ccwienk` is created by @ccwienk, seem the `containerregistry v0` is not updated, and `containerregistry-ccwienk` now v0.2.3. Any plan to update `containerregistry`...
This PR fixes a bug in the flattener's handling of layers with opaque whiteout entries (`.wh..wh..opq` files). This bug could lead to deleted files re-appearing in flattened output. ## Bug...