mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Changes how the Engine interacts with Registry servers on image pull. Previously, Engine sent a User-Agent string to the Registry server that included only the Engine's version information. This commit appends to that string the fields from the User-Agent sent by the client (e.g., Compose) of the Engine. This allows Registry server operators to understand what tools are actually generating pulls on their registries. Signed-off-by: Mike Goelzer <mgoelzer@docker.com> Upstream-commit: d1502afb63a10df0bfce20ae2957774cfb3e58d8 Component: engine