compliance-framework / assessment-runtime

Other
3 stars 0 forks source link

Microsoft azure-cli image as base #41

Closed radiosilence closed 11 months ago

radiosilence commented 11 months ago

Whilst we could base our image off of the dockerfile (which is now gone), the official advice here:

https://github.com/Azure/azure-cli/issues/19591

Is to simply base our image from theres as apparently it is based on Alpine, and means we don't need to have any Python stuff replicated in our file which was causing some issues

Image still comes out at ~700MB though so could be worth investigating why. (the reason is microsoft....)