mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
The current use of the types from distribution brings in some unfortunate dependencies, including other distribution packages and the gorilla/mux and gorilla/context packages. Using the OCI types avoids the extra dependencies for client users. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com> Upstream-commit: 309f99edae5849327ab9c3ec9335b42ba5612202 Component: engine