Azure / azure-functions-core-tools

Command line tools for Azure Functions
MIT License
1.29k stars 429 forks source link

Add support for dotnet-isolated for command func init --docker #2446

Open pragnagopa opened 3 years ago

pragnagopa commented 3 years ago

For dotnet, following instructions here:

https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-function-linux-custom-image?tabs=bash%2Cportal&pivots=programming-language-csharp#create-and-test-the-local-functions-project

generated docker file with dotnet base image

# To enable ssh & remote debugging on app service change the base image to the one below
# FROM mcr.microsoft.com/azure-functions/dotnet:3.0-appservice
FROM mcr.microsoft.com/azure-functions/dotnet:3.0

Need similar support for dotnet-isolated that uses base image that includes dotnet 5

pragnagopa commented 3 years ago

Assigned to next sprint as we should have base images published by then. Feel free to move it to Triaged if not the right priority.

fabiocav commented 3 years ago

Flagging as blocked and moving back to triaged as we can't proceed with this until the images are made public