mirror of
https://github.com/moby/moby.git
synced 2026-07-25 08:47:01 +00:00
Now that Windows base images can be loaded directly into docker via "docker load" of a specialized tar file (with docker pull support on the horizon) we no longer have need of the custom images code path that loads images from a shared central location. Removing that code and it's call points. Signed-off-by: Stefan J. Wernli <swernli@microsoft.com>