Merge pull request #299 from SychevIgor/SychevIgor/WindowsDockerFiles20

windows docker files update to 2.0 base images
This commit is contained in:
RamonTC 2017-08-30 17:55:26 +02:00 committed by GitHub
commit 4ea8f6814e
9 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,4 @@
FROM microsoft/dotnet:1.1-runtime-nanoserver FROM microsoft/dotnet:2.0-runtime-nanoserver
SHELL ["powershell"] SHELL ["powershell"]
ARG source ARG source
WORKDIR /app WORKDIR /app

View File

@ -1,4 +1,4 @@
FROM microsoft/dotnet:1.1-runtime-nanoserver FROM microsoft/dotnet:2.0-runtime-nanoserver
SHELL ["powershell"] SHELL ["powershell"]
ARG source ARG source
WORKDIR /app WORKDIR /app

View File

@ -1,8 +1,8 @@
FROM microsoft/dotnet:1.1-runtime-nanoserver FROM microsoft/dotnet:2.0-runtime-nanoserver
SHELL ["powershell"] SHELL ["powershell"]
ARG source ARG source
WORKDIR /app WORKDIR /app
RUN set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name ServerPriorityTimeLimit -Value 0 -Type DWord RUN set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name ServerPriorityTimeLimit -Value 0 -Type DWord
EXPOSE 80 EXPOSE 80
COPY ${source:-obj/Docker/publish} . COPY ${source:-obj/Docker/publish} .
ENTRYPOINT ["dotnet", "Basket.API.dll"] ENTRYPOINT ["dotnet", "Locations.API.dll"]

View File

@ -1,8 +1,8 @@
FROM microsoft/dotnet:1.1-runtime-nanoserver FROM microsoft/dotnet:2.0-runtime-nanoserver
SHELL ["powershell"] SHELL ["powershell"]
ARG source ARG source
WORKDIR /app WORKDIR /app
RUN set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name ServerPriorityTimeLimit -Value 0 -Type DWord RUN set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name ServerPriorityTimeLimit -Value 0 -Type DWord
EXPOSE 80 EXPOSE 80
COPY ${source:-obj/Docker/publish} . COPY ${source:-obj/Docker/publish} .
ENTRYPOINT ["dotnet", "Basket.API.dll"] ENTRYPOINT ["dotnet", "Marketing.API.dll"]

View File

@ -1,4 +1,4 @@
FROM microsoft/dotnet:1.1-runtime-nanoserver FROM microsoft/dotnet:2.0-runtime-nanoserver
SHELL ["powershell"] SHELL ["powershell"]
ARG source ARG source
WORKDIR /app WORKDIR /app

View File

@ -1,8 +1,8 @@
FROM microsoft/dotnet:1.1-runtime-nanoserver FROM microsoft/dotnet:2.0-runtime-nanoserver
SHELL ["powershell"] SHELL ["powershell"]
ARG source ARG source
WORKDIR /app WORKDIR /app
RUN set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name ServerPriorityTimeLimit -Value 0 -Type DWord RUN set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name ServerPriorityTimeLimit -Value 0 -Type DWord
EXPOSE 80 EXPOSE 80
COPY ${source:-obj/Docker/publish} . COPY ${source:-obj/Docker/publish} .
ENTRYPOINT ["dotnet", "Basket.API.dll"] ENTRYPOINT ["dotnet", "Payment.API.dll"]

View File

@ -1,4 +1,4 @@
FROM microsoft/dotnet:1.1-runtime-nanoserver FROM microsoft/dotnet:2.0-runtime-nanoserver
SHELL ["powershell"] SHELL ["powershell"]
ARG source ARG source
WORKDIR /app WORKDIR /app

View File

@ -1,4 +1,4 @@
FROM microsoft/dotnet:1.1-runtime-nanoserver FROM microsoft/dotnet:2.0-runtime-nanoserver
SHELL ["powershell"] SHELL ["powershell"]
ARG source ARG source
WORKDIR /app WORKDIR /app

View File

@ -1,8 +1,8 @@
FROM microsoft/dotnet:1.1-runtime-nanoserver FROM microsoft/dotnet:2.0-runtime-nanoserver
SHELL ["powershell"] SHELL ["powershell"]
ARG source ARG source
WORKDIR /app WORKDIR /app
RUN set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name ServerPriorityTimeLimit -Value 0 -Type DWord RUN set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name ServerPriorityTimeLimit -Value 0 -Type DWord
EXPOSE 80 EXPOSE 80
COPY ${source:-obj/Docker/publish} . COPY ${source:-obj/Docker/publish} .
ENTRYPOINT ["dotnet", "WebMVC.dll"] ENTRYPOINT ["dotnet", "WebStatus.dll"]