Skip to content

Commit

Permalink
Ahmels/v3 update dockerfiles (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed authored Oct 22, 2019
1 parent 0b841ce commit c5d5666
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/Azure.Functions.Cli/StaticResources/Dockerfile.csx.dotnet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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
# FROM mcr.microsoft.com/azure-functions/dotnet:3.0-preview-appservice
FROM mcr.microsoft.com/azure-functions/dotnet:3.0-preview
ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
AzureFunctionsJobHost__Logging__Console__IsEnabled=true

Expand Down
4 changes: 2 additions & 2 deletions src/Azure.Functions.Cli/StaticResources/Dockerfile.dotnet
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN cd /src/dotnet-function-app && \
dotnet publish *.csproj --output /home/site/wwwroot

# 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
# FROM mcr.microsoft.com/azure-functions/dotnet:3.0-preview-appservice
FROM mcr.microsoft.com/azure-functions/dotnet:3.0-preview
ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
AzureFunctionsJobHost__Logging__Console__IsEnabled=true

Expand Down
4 changes: 2 additions & 2 deletions src/Azure.Functions.Cli/StaticResources/Dockerfile.node
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# To enable ssh & remote debugging on app service change the base image to the one below
# FROM mcr.microsoft.com/azure-functions/node:3.0-appservice
FROM mcr.microsoft.com/azure-functions/node:3.0
# FROM mcr.microsoft.com/azure-functions/node:3.0-preview-appservice
FROM mcr.microsoft.com/azure-functions/node:3.0-preview

ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
AzureFunctionsJobHost__Logging__Console__IsEnabled=true
Expand Down
4 changes: 2 additions & 2 deletions src/Azure.Functions.Cli/StaticResources/Dockerfile.powershell
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# To enable ssh & remote debugging on app service change the base image to the one below
# FROM mcr.microsoft.com/azure-functions/powershell:3.0-appservice
FROM mcr.microsoft.com/azure-functions/powershell:3.0
# FROM mcr.microsoft.com/azure-functions/powershell:3.0-preview-appservice
FROM mcr.microsoft.com/azure-functions/powershell:3.0-preview
ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
AzureFunctionsJobHost__Logging__Console__IsEnabled=true

Expand Down
4 changes: 2 additions & 2 deletions src/Azure.Functions.Cli/StaticResources/Dockerfile.python
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# To enable ssh & remote debugging on app service change the base image to the one below
# FROM mcr.microsoft.com/azure-functions/python:3.0-appservice
FROM mcr.microsoft.com/azure-functions/python:3.0
# FROM mcr.microsoft.com/azure-functions/python:3.0-preview-appservice
FROM mcr.microsoft.com/azure-functions/python:3.0-preview

ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
AzureFunctionsJobHost__Logging__Console__IsEnabled=true
Expand Down

0 comments on commit c5d5666

Please sign in to comment.