Skip to content

Commit

Permalink
Merged PR 916650: Update base images
Browse files Browse the repository at this point in the history
Update base images
  • Loading branch information
ancaantochi committed Jun 22, 2018
1 parent a45d2fc commit 23ed688
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions edge-modules/functions/binding/docker/linux/amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM appsvctest/azure-functions-runtime
FROM microsoft/azure-functions-dotnet-core2.0:2.0

WORKDIR /app

COPY $EXE_DIR/ ./bindings
COPY $EXE_DIR/ ./bindings

CMD ["dotnet", "/azure-functions-host/Microsoft.Azure.WebJobs.Script.WebHost.dll"]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM microsoft/azure-functions-runtime:2.0.0-stretch-arm32v7
FROM microsoft/azure-functions-dotnet-core2.0:2.0-arm32v7

WORKDIR /app

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# escape=`

FROM microsoft/azure-functions-runtime:2.0.0-nanoserver-1709
FROM microsoft/azure-functions-dotnet-core2.0:2.0-nanoserver-1803

ARG EXE_DIR=.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ WORKDIR /app

COPY $EXE_DIR/ ./$FUNCTION_FILE_NAME

CMD dotnet WebJobs.Script.Host\WebJobs.Script.Host.dll $env:FUNCTION_FILE_NAME
ENV AzureWebJobsScriptRoot=samples

0 comments on commit 23ed688

Please sign in to comment.