containerregistry
containerregistry copied to clipboard
A set of Python libraries and tools for interacting with a Docker Registry.
from https://github.com/bazelbuild/rules_docker/issues/820: When attempting to run a docker push through a container_push rule to a registry.gitlab.com target, I am recieving the following error: registry.gitlab.com/gauntletwizard/bazel-go:{BUILD_EMBED_LABEL} was resolved to registry.gitlab.com/gauntletwizard/bazel-go:foo F0430 20:27:05.873595...
a49af3639b3e055bea61a6f5ddd0fe631d559489 introduced a compulsory url prefix, without any checking, into the credentials helper for referencing server entries. On systems with `docker-credentials-secretservice`, required on ubuntu 18.04 through `docker-compose` and provided by...
I'm interesting in using the fast puller to download docker images from remote repositories to the local machine's docker daemon. I'm interesting in streaming the download into the docker daemon...
Add minimal prints to indicate puller progress if --print-progress flag is passed to fast puller. The intention is that the bazel container_pull workspace rules could eventually output something, instead of...
The windows images seem to use foreign layers hosted by Microsoft. For example, the windows 10.0.17134.228 image for docker's `hello-world` image has this manifest: ```json { "schemaVersion": 2, "mediaType": "application/vnd.docker.distribution.manifest.v2+json",...
See https://github.com/bazelbuild/rules_docker/issues/379#issuecomment-381097502 for where this is useful.
When probing for a registries credential currently only the https prefixed domain is searched. Some credential services (e.g. docker-credential-secretservice) do not store the protocol and only return the credential for...
Hello everybody, I've closed this previous PR (#88) because I did not sync my fork with the upstream. So sorry for that. this PR allows us to override cacerts that...
The docker CLI has a `--config` flag that allows one to specify an alternate location for the docker config directory. I am primarily interested in implementing push/pull basic auth support...
Hi, I’m not a container expert so I might be way off but I’d really like to be able to use the pusher from a machine which doesn’t have the...