31 Commits

Author SHA1 Message Date
Rich Lander
1bcaeba66e Update sdk tag 2021-04-12 19:29:54 -07:00
Sumit Ghosh
834af1209e
Fixes : #1599 | Applies patch to dotnet/sdk buster-slim docker image (#1601)
* Included docker file patch

* Used specific npm 6 package version
2021-02-04 12:29:39 +05:30
Miguel Veloso
257ed5c276
Merge pull request #1556 from borjasanes/feature/remove-marketing-and-location
Feature/remove marketing and location
2020-12-22 14:16:19 +00:00
Borja García Rodríguez
55a177feac update dockerfiles without location & api csprojs 2020-12-21 13:29:07 +01:00
David Sanz
3e23e27a96 Migrate Payment.API to dotnet 5 2020-12-18 12:05:04 +01:00
Miguel Veloso
135c56a7a8 Add cache use comment to Dockerfiles to force PR validation 2020-01-27 09:58:53 +00:00
Miguel Veloso
3a1aff0191 Update base images to 3.1 2019-12-16 18:52:28 +00:00
Miguel Veloso
593be81bb0 Improve docker build cache usage 2019-11-18 15:04:11 +00:00
Miguel Veloso
5013ff40ba Remove unnecessary commands from dockerfiles 2019-11-07 16:56:22 +00:00
eiximenis
a2053deb49 Final charts tunning and allowing Linkerd Mesh to be used 2019-09-10 19:49:50 +02:00
eiximenis
870363861f Update Dockerfiles for use /src as build context root 2019-08-28 14:11:29 +02:00
Erik Pique
31f77cb79e update version and image docker 2019-07-23 10:26:33 +02:00
eiximenis
58f156f417 fixing dockerfiles for windows 2019-05-28 11:49:39 +02:00
Miguel Veloso
914e8bd0cd Make the RUN restore-packages optional through an option on docker-compose 2019-04-22 18:10:53 +01:00
Miguel Veloso
06018d4080 Streamline Dockerfiles 2019-04-13 08:23:40 +01:00
Miguel Veloso
be75d554f2 Inital Dockerfiles 2019-04-12 19:45:45 +01:00
jmanuelcorral
65b7b31d8d Done Updating versions 2019-03-21 16:38:01 +01:00
Ramón Tomás
ffca2da0b3 Migrated to netcore 2.2 2018-12-11 13:51:58 +01:00
Erik Pique
9775219a34 change netcore 2.1 to 2.2 and update nugets 2018-11-12 17:27:54 +01:00
eiximenis
684aa4927f Updates to make it work with Docker
- Dockerfiles changes
- Minor csproj updates to bring back "dotnet bundle" cli
- Enable all protocols in SignalR
- Update package-lock.json in spa
2018-05-16 14:45:15 +02:00
Unai Zorrilla Castro
b02c1b825d Migrate all dockerfiles to use 2.1 image. Added ApiBehaviorOptions into Catalog 2018-05-15 16:27:10 +02:00
Miguel Veloso
b12b536439
Merge pull request #524 from SychevIgor/packagesupdate
packages update
2018-03-17 16:25:58 +00:00
Cesar De la Torre Llorente
b78daa4685 Fix microsoft/aspnetcore-build:2.0.5-2.1.4 name in dockerfiles 2018-03-16 10:41:23 -07:00
Cesar De la Torre Llorente
c17ecfa16a Fallback to aspnetcore-build:2.0.5-2.1.4 until issue with aspnetcore-build:2.0 is solved: https://github.com/dotnet-architecture/eShopOnContainers/issues/543 2018-03-14 16:35:51 -07:00
Sychev Igor
039632bebd docker to 2.0.5 .net core 2018-03-05 00:59:27 +03:00
yanchenw
607a30491e Optimize multistage build 2018-01-04 15:00:05 -08:00
yanchenw
e4fa15b813 Optimize multi-stage build Dockerfile
Remove explicitly copied dependencies, copy entire solution
into the conainter and depends on the cache to reduce build
time.

Addd temporary solution file which does not contains the
dcproj file to work around the issue that the dotnet cli
cannot handle dcproj.
2018-01-04 11:01:45 -08:00
Sychev Igor
77e5f9ba5a images to support 2.0.3 packages with security fixes 2017-12-14 09:16:34 +03:00
yanchenw
091ed81e7b Converts to use multi-stage build Dockerfile
1. Changes the build context of all services to the root level to be
able to access the dependencies for each project.
2. Commented out the prepublish scripts, these steps are moved into the
Dockerfile

Did not change any script yet, need help to identify what scripts we
need to change.
2017-11-27 13:48:31 -08:00
Eduard Tomas
c28b693db9 Dockerfile of Payment.API upgraded to v2 2017-06-23 10:55:48 +02:00
Ramón Tomás
8a19fad3a5 Created Payment.api microservice 2017-04-28 15:04:38 +02:00