My company is trying out VSTS (Visual Studio Team Services) and Docker and we are running into problems with downloading Docker images.
We have a build definition where we pull a Docker image and compile code and run tests in the container. The problem is that we need to pull a fairly large image (around 6-7 gb) every run and when setting this up it´s very time consuming.
Is there any way to avoid downloading Docker Images for every run? Should we be using Azure Private Docker Registry?
We are currently using Hosted Agents.