22 Commits

Author SHA1 Message Date
Cesar De la Torre Llorente
7c446d9ffd Upgraded to version: '3.4' in docker-compose files because since recent versions, VISUAL STUDIO FOR MAC requires docker-compose '3.4' in order to be able to F5 or Ctrl+F5 a Docker solution. 2018-03-26 16:23:00 -07:00
Cesar De la Torre Llorente
08a5eeea71 Downgraded version of docker-compose files to 3.3 (instead 3.4) since VSTS agent still doesn't support it plus other versions of Docker. We'll upgrade to 3.4 soon, though. When VSTS supports it.
Error in VSTS:
3 error(s), 1 warning(s)
Phase 1 - 3 error(s), 1 warning(s)
Version in "/opt/vsts/work/1/s/docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/
/usr/local/bin/docker-compose failed with return code: 1
2018-01-09 11:01:04 -08:00
Cesar De la Torre Llorente
14da2c3885 Fixed SQL pwd in docker-compose for Linux 2018-01-09 09:23:47 -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
Cesar De la Torre
338d911621 Updated the docker-compose.ci.build.yml to use the latest ASPNETCORE BUILD/SDK Image (2.0.2) and just 'dot net publish' against the whole .sln 2017-10-27 18:38:54 -07:00
Cesar De la Torre
cc4325cee5 Updated all docker-compose files version from 2.1 to 3 2017-10-08 13:24:32 -07:00
Cesar De la Torre
0369d8a958 Workaround (dotnet CLI set with verbosity minimal) so we don't get stdout errors when compiling from the Docker Linux "build containers" when doing the CLI build.
Related bug: https://github.com/Microsoft/msbuild/issues/2153#issuecomment-305375162
2017-08-24 19:33:08 -07:00
Cesar De la Torre
2a7dafd97e Fixed Build Container version to microsoft/aspnetcore-build:2.0 (v2.0) 2017-08-23 11:16:26 -07:00
Eduard Tomàs
d3413dd30a Using build-bits.sh instead of sln for building from ci container 2017-08-10 09:01:37 +02:00
Cesar De la Torre
e017008c85 Setting docker-compose.ci.build.yml to restore and build the bits directly with the .sln instead of the Linux Script. 2017-08-06 16:35:23 -07:00
Eduard Tomas
7258a58f5b All docker compose to version 2.1 that seems to work in vsts hosted linux build agent 2017-07-04 14:52:56 +02:00
Eduard Tomas
e9b4235543 use version '2' for docker-compose.ci.build.yml
Higher versions seems to not be compatible with hosted linux build agent
2017-07-04 12:34:28 +02:00
Eduard Tomas
cd42c17cd1 Buildfiles to mitigate msbuild issue - https://github.com/Microsoft/msbuild/issues/2153 2017-06-21 12:38:21 +02:00
Cesar De la Torre
fdf550e7c2 Setting docker-compose files version all to '3' so it matches and you don't get the error 'Version mismatchdocker-compose.yml specifies version 3.0 but extension file docker-compose.override.yml uses version 2.0.' 2017-06-20 09:15:41 -07: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
Cesar De la Torre
4c0f0b01ad Removed NMP INSTALL from docker-compose.ci.build.yml. Shouldn't need to do that every time. 2017-05-06 23:28:38 -07:00
Cesar De la Torre
e0c96de685 Revert "Revert "Fix mac ci build"" 2017-05-06 22:59:24 -07:00
Cesar De la Torre
2aba3acd9f Revert "Fix mac ci build" 2017-05-06 22:04:22 -07:00
Bill Wagner
47978017aa Update the CI Build docker file to build the SPA alient bits
While at it, update the sh script too.
2017-05-06 17:04:24 -04:00
Andre Passos
db1fa9fd5c update to angular-cli and angular 4 2017-04-13 13:06:22 -03:00
Cesar De la Torre
e8c5eb1eb5 Fix bug/issue in SPA when building from build-container and it is not compatible in Linux with previous SPS content, so needs to run npm rebuild node-sass first 2017-03-06 15:32:15 -08: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