Azure / azure-functions-docker

This repo contains the base Docker images for working with azure functions
MIT License
269 stars 118 forks source link

[Docker images] Make the images small again #1170

Closed CooperLink closed 1 month ago

CooperLink commented 1 month ago

The images got really big when we copied over the usr/share/dotnet dir from the build env because its the whole dotnet sdk. Here I replaced those statements with a statement to just pull dotnet 8 runtime which should reduce the image sizes hopefully.

Releasing new Host versions. V3 Release V2 Release


PR information

pragnagopa commented 1 month ago

Closing. Moving to self contained builds