Browse Source

Merge pull request #2 from v-rodudi/core-2.1.3(2.1)

Reverted to 2.1-aspnetcore-runtime in Dockerfiles.
pull/709/head
Roman Dudin 6 years ago
committed by GitHub
parent
commit
93c7e425c0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 15 additions and 15 deletions
  1. +1
    -1
      src/ApiGateways/ApiGw-Base/Dockerfile
  2. +1
    -1
      src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile
  3. +1
    -1
      src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile
  4. +1
    -1
      src/Services/Basket/Basket.API/Dockerfile
  5. +1
    -1
      src/Services/Catalog/Catalog.API/Dockerfile
  6. +1
    -1
      src/Services/Identity/Identity.API/Dockerfile
  7. +1
    -1
      src/Services/Location/Locations.API/Dockerfile
  8. +1
    -1
      src/Services/Marketing/Marketing.API/Dockerfile
  9. +1
    -1
      src/Services/Ordering/Ordering.API/Dockerfile
  10. +1
    -1
      src/Services/Ordering/Ordering.BackgroundTasks/Dockerfile
  11. +1
    -1
      src/Services/Ordering/Ordering.SignalrHub/Dockerfile
  12. +1
    -1
      src/Services/Payment/Payment.API/Dockerfile
  13. +1
    -1
      src/Web/WebMVC/Dockerfile
  14. +1
    -1
      src/Web/WebSPA/Dockerfile
  15. +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
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
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
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
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
EXPOSE 80


+ 1
- 1
src/Services/Identity/Identity.API/Dockerfile View File

@ -1,5 +1,5 @@
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
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
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
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
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
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
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
EXPOSE 80


+ 1
- 1
src/Web/WebMVC/Dockerfile View File

@ -1,5 +1,5 @@
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
EXPOSE 80


+ 1
- 1
src/Web/WebSPA/Dockerfile View File

@ -1,5 +1,5 @@
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
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
EXPOSE 80


Loading…
Cancel
Save