AKS Today – Choosing a Base Image

We recommend using official images from Docker Hub. These images have been curated to provide the key languages, runtimes, best practices and security updates.

Considering your image will be copied to the container registry and downloaded numerous times through the deployment pipeline, it is important to keep your image sizes small. In general, you want to pick a base image that will meet your application dependency needs, but is small in size.