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
56902a5549
[WIP] Projects & Dockerfile migrated to 2.0
...
Lots of things to address yet, because nuget packages are still on 1.1
2017-06-21 19:03:48 +02:00
Cesar De la Torre
4410e455e0
Updates to target .NET Core 1.1.2 - Version changes at every .csproj file, dockerfile and the docker-compose.ci.build.yml file for building from the CLI.
2017-05-25 17:01:10 -07:00
etomas
c7e362ac67
Docker files ready for the Visual Studio Docker Tools
...
Everything works as exepcted except SPA version which need further adjustments
2017-02-14 18:11:51 +01:00
PLAINCONCEPTS\ccanizares
1c1f7571e6
- Some minor refactoring (renaming) and make work web clients applications that were 'broken' after refactoring dtos in ordering service in this branch.
...
- Update dockerfile to asp.net 1.1 in ordering
2017-01-30 15:46:43 +01:00
Carlos Cañizares Estévez
64d3919a80
Secure orders api and add bearer token in calls from MVC application to orders api.
2016-12-12 10:15:24 +01:00
Carlos Cañizares Estévez
42f3537441
scripts to build individual services, readme files for all services and clients, compose in all projects, fix build problems (Dependent seeds), solve some kwnon build problems in solution (identity on localhost, ...)
2016-12-07 13:57:31 +01:00
Cesar De la Torre
7a0e4ab7f0
Oordering.API migrated to the latest version of VS Tools for Docker
2016-10-07 14:15:03 -07:00
Cesar De la Torre
eb1df7593a
Minor changes in docker-compose and related for debugging with VS aligned to the latest version of it from VS Tools for Docker
2016-10-06 20:09:44 -07:00
Cesar De la Torre
b28d37ce97
Minor changes - Working docker-compose up on Docker Linux
2016-10-03 18:07:55 -07:00
Cesar De la Torre
9ede5f0522
Ordering.API integrated and working now on the solutions's docker-compose.yml. Also created an independent docker-compose.yml for the Ordering.API microservice to deploy and test in isolation.
2016-09-14 21:37:48 -07:00
Cesar De la Torre
28b4ccb317
Working Ordering microservice on Docker with Docker-compose deployment
2016-09-14 00:44:13 -07:00
Cesar De la Torre
b6befd623a
Updated basic structure of microservices' projects and namespaces
2016-09-07 17:15:13 -07:00