The CopyBaseImagesCommand logic copies images indiscriminately. The intention is for that logic to mirror images that are subject to rate-limiting (i.e. from DockerHub). Some of the images we use are now located in Azure Container Registries by default, like azurelinuxpreview.azurecr.io and ubuntu.azurecr.io. These should not be mirrored since they are not affected by rate-limiting the same as other images.
The
CopyBaseImagesCommand
logic copies images indiscriminately. The intention is for that logic to mirror images that are subject to rate-limiting (i.e. from DockerHub). Some of the images we use are now located in Azure Container Registries by default, likeazurelinuxpreview.azurecr.io
andubuntu.azurecr.io
. These should not be mirrored since they are not affected by rate-limiting the same as other images.