Azure/aks-engine

Update busybox image used in vhd

ritazh opened this issue · 2 comments

Describe the request
Update the busybox image used in the vhd to mcr.microsoft.com/oss/busybox/busybox:1.33.1

Explain why AKS Engine needs it
To reduce dockerhub throttling and overall security, all images referenced in the vhd and deployments should pull from mcr.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

Curious, why is busybox needed as part of the vhd for cluster operations?

We use busybox for some E2E test scenarios, and put it into the VHD to remove any potential runtime image pull issues from those flows.