dotnet / dotnet-buildtools-prereqs-docker

Used to maintain the Docker images hosted at the mcr.microsoft.com/dotnet-buildtools/prereqs image repository
MIT License
53 stars 99 forks source link

Remove hooks from all images #1065

Closed jkoritzinsky closed 1 month ago

jkoritzinsky commented 1 month ago

Switch all of our images onto the multi-stage build plan and away from using the custom ImageBuilder hooks feature.

This makes our images more consistently designed and makes maintaining them follow a more standard development flow.