mirror of
https://github.com/docker/cli.git
synced 2026-09-08 18:14:41 -05:00
The trust graph currently pulls the keys needed to verify official images. For non-official images this graph check is useless. To avoid hitting the key statement url when pulling from private v2 registries, restrict the check to official image pulls. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan) Upstream-commit: 8d1a0086c1a9297c2dc44a997134de7d30d0498f Component: engine