eiximenis
fcff8e45aa
Fixes #630
6 years ago
eiximenis
51236fd5af
Update to netcore2.1 RTM
Updates to web Dockerfiles to support microsoft/dotnet:2.1-sdk
6 years ago
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
6 years ago
Unai Zorrilla Castro
b02c1b825d
Migrate all dockerfiles to use 2.1 image. Added ApiBehaviorOptions into Catalog
6 years ago
Cesar De la Torre Llorente
b78daa4685
Fix microsoft/aspnetcore-build:2.0.5-2.1.4 name in dockerfiles
7 years ago
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
7 years ago
Sychev Igor
039632bebd
docker to 2.0.5 .net core
7 years ago
yanchenw
56a60e3d2f
Try to fix windows container build error
7 years ago
yanchenw
607a30491e
Optimize multistage build
7 years ago
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.
7 years ago
Sychev Igor
77e5f9ba5a
images to support 2.0.3 packages with security fixes
7 years ago
dsanz
2e955c7f13
Fix multistaging build
7 years ago
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.
7 years ago
Eduard Tomas
56902a5549
[WIP] Projects & Dockerfile migrated to 2.0
Lots of things to address yet, because nuget packages are still on 1.1
7 years ago
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.
7 years ago
Cesar De la Torre
ad4142b94f
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.
7 years ago
etomas
faa24c757c
Docker files added again
docker-use-platform creates mark file
8 years ago
etomas
5b97c7329b
Infrastructure to support Dockerfiles for both Windows & Linux
8 years ago
Cesar De la Torre
d5cd24a3b9
Fixed another bug related to the change of the SPA project name/path tp just WebSPA.dll at the dockerfile
8 years ago
etomas
dc8ae55c7a
Renaming WebSpa
Fixes #51
8 years ago
etomas
c7e362ac67
Docker files ready for the Visual Studio Docker Tools
Everything works as exepcted except SPA version which need further adjustments
8 years ago
etomas
8522e4e288
webs updated to netcore1.1
8 years ago
PLAINCONCEPTS\ccanizares
25bae8e3ef
fix problem with SPA build
8 years ago
Carlos Cañizares Estévez
08f0c662ef
SPA: Docker file ASP url
8 years ago
Carlos Cañizares Estévez
e11bbc2b22
docker file
8 years ago
Carlos Cañizares Estévez
5ada2ade25
Added SPA Web project, Updated docker-compose to include the new SPA container, Updated build script to include new SPA application, Update SQL image to public released yesterday from Microsoft.
8 years ago