Azure / azure-functions-docker

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

Create separate images for Python, Node and C# #5

Closed asavaritayal closed 6 years ago

asavaritayal commented 6 years ago

We need separate images containing the functions host, language runtime and the language worker.

ahmelsayed commented 6 years ago

This is done we have the following images now: azure-functions-base azure-functions-node8 azure-functions-python3.6 azure-functions-dotnet-core2.0