This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Reverted to 2.1-aspnetcore-runtime in Dockerfiles.
pull/709/head^2
v-rodudi
6 years ago
parent
c6153672b8
commit
bde56efc89
15 changed files
with
15 additions
and
15 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/ApiGateways/ApiGw-Base/Dockerfile
+1
-1
src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile
+1
-1
src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile
+1
-1
src/Services/Basket/Basket.API/Dockerfile
+1
-1
src/Services/Catalog/Catalog.API/Dockerfile
+1
-1
src/Services/Identity/Identity.API/Dockerfile
+1
-1
src/Services/Location/Locations.API/Dockerfile
+1
-1
src/Services/Marketing/Marketing.API/Dockerfile
+1
-1
src/Services/Ordering/Ordering.API/Dockerfile
+1
-1
src/Services/Ordering/Ordering.BackgroundTasks/Dockerfile
+1
-1
src/Services/Ordering/Ordering.SignalrHub/Dockerfile
+1
-1
src/Services/Payment/Payment.API/Dockerfile
+1
-1
src/Web/WebMVC/Dockerfile
+1
-1
src/Web/WebSPA/Dockerfile
+1
-1
src/Web/WebStatus/Dockerfile
+ 1
- 1
src/ApiGateways/ApiGw-Base/Dockerfile
View File
@ -1,4 +1,4 @@
FROM
microsoft/dotnet:2.1
.3
-aspnetcore-runtime AS base
FROM
microsoft/dotnet:2.1-aspnetcore-runtime AS base
WORKDIR
/app
WORKDIR
/app
EXPOSE
80
EXPOSE
80
+ 1
- 1
src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile
View File
@ -1,4 +1,4 @@
FROM
microsoft/dotnet:2.1
.3
-aspnetcore-runtime AS base
FROM
microsoft/dotnet:2.1-aspnetcore-runtime AS base
WORKDIR
/app
WORKDIR
/app
EXPOSE
80
EXPOSE
80
+ 1
- 1
src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile
View File
@ -1,4 +1,4 @@
FROM
microsoft/dotnet:2.1
.3
-aspnetcore-runtime AS base
FROM
microsoft/dotnet:2.1-aspnetcore-runtime AS base
WORKDIR
/app
WORKDIR
/app
EXPOSE
80
EXPOSE
80
+ 1
- 1
src/Services/Basket/Basket.API/Dockerfile
View File
@ -1,4 +1,4 @@
FROM
microsoft/dotnet:2.1
.3
-aspnetcore-runtime AS base
FROM
microsoft/dotnet:2.1-aspnetcore-runtime AS base
WORKDIR
/app
WORKDIR
/app
EXPOSE
80
EXPOSE
80
+ 1
- 1
src/Services/Catalog/Catalog.API/Dockerfile
View File
@ -1,4 +1,4 @@
FROM
microsoft/dotnet:2.1
.3
-aspnetcore-runtime AS base
FROM
microsoft/dotnet:2.1-aspnetcore-runtime AS base
WORKDIR
/app
WORKDIR
/app
EXPOSE
80
EXPOSE
80
+ 1
- 1
src/Services/Identity/Identity.API/Dockerfile
View File
@ -1,5 +1,5 @@
ARG
NODE_IMAGE
=
node:8.11
ARG
NODE_IMAGE
=
node:8.11
FROM
microsoft/dotnet:2.1
.3
-aspnetcore-runtime AS base
FROM
microsoft/dotnet:2.1-aspnetcore-runtime AS base
WORKDIR
/app
WORKDIR
/app
EXPOSE
80
EXPOSE
80
+ 1
- 1
src/Services/Location/Locations.API/Dockerfile
View File
@ -1,4 +1,4 @@
FROM
microsoft/dotnet:2.1
.3
-aspnetcore-runtime AS base
FROM
microsoft/dotnet:2.1-aspnetcore-runtime AS base
WORKDIR
/app
WORKDIR
/app
EXPOSE
80
EXPOSE
80
+ 1
- 1
src/Services/Marketing/Marketing.API/Dockerfile
View File
@ -1,4 +1,4 @@
FROM
microsoft/dotnet:2.1
.3
-aspnetcore-runtime AS base
FROM
microsoft/dotnet:2.1-aspnetcore-runtime AS base
WORKDIR
/app
WORKDIR
/app
EXPOSE
80
EXPOSE
80
+ 1
- 1
src/Services/Ordering/Ordering.API/Dockerfile
View File
@ -1,4 +1,4 @@
FROM
microsoft/dotnet:2.1
.3
-aspnetcore-runtime AS base
FROM
microsoft/dotnet:2.1-aspnetcore-runtime AS base
WORKDIR
/app
WORKDIR
/app
EXPOSE
80
EXPOSE
80
+ 1
- 1
src/Services/Ordering/Ordering.BackgroundTasks/Dockerfile
View File
@ -1,4 +1,4 @@
FROM
microsoft/dotnet:2.1
.3
-aspnetcore-runtime AS base
FROM
microsoft/dotnet:2.1-aspnetcore-runtime AS base
WORKDIR
/app
WORKDIR
/app
EXPOSE
80
EXPOSE
80
+ 1
- 1
src/Services/Ordering/Ordering.SignalrHub/Dockerfile
View File
@ -1,4 +1,4 @@
FROM
microsoft/dotnet:2.1
.3
-aspnetcore-runtime AS base
FROM
microsoft/dotnet:2.1-aspnetcore-runtime AS base
WORKDIR
/app
WORKDIR
/app
EXPOSE
80
EXPOSE
80
+ 1
- 1
src/Services/Payment/Payment.API/Dockerfile
View File
@ -1,4 +1,4 @@
FROM
microsoft/dotnet:2.1
.3
-aspnetcore-runtime AS base
FROM
microsoft/dotnet:2.1-aspnetcore-runtime AS base
WORKDIR
/app
WORKDIR
/app
EXPOSE
80
EXPOSE
80
+ 1
- 1
src/Web/WebMVC/Dockerfile
View File
@ -1,5 +1,5 @@
ARG
NODE_IMAGE
=
node:8.11
ARG
NODE_IMAGE
=
node:8.11
FROM
microsoft/dotnet:2.1
.3
-aspnetcore-runtime AS base
FROM
microsoft/dotnet:2.1-aspnetcore-runtime AS base
WORKDIR
/app
WORKDIR
/app
EXPOSE
80
EXPOSE
80
+ 1
- 1
src/Web/WebSPA/Dockerfile
View File
@ -1,5 +1,5 @@
ARG
NODE_IMAGE
=
node:8.11
ARG
NODE_IMAGE
=
node:8.11
FROM
microsoft/dotnet:2.1
.3
-aspnetcore-runtime AS base
FROM
microsoft/dotnet:2.1-aspnetcore-runtime AS base
WORKDIR
/app
WORKDIR
/app
EXPOSE
80
EXPOSE
80
+ 1
- 1
src/Web/WebStatus/Dockerfile
View File
@ -1,4 +1,4 @@
FROM
microsoft/dotnet:2.1
.3
-aspnetcore-runtime AS base
FROM
microsoft/dotnet:2.1-aspnetcore-runtime AS base
WORKDIR
/app
WORKDIR
/app
EXPOSE
80
EXPOSE
80
Write
Preview
Loading…
Cancel
Save