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.
6 years ago
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
7 years ago
Cesar De la Torre Llorente
14da2c3885
Fixed SQL pwd in docker-compose for Linux
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
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
7 years ago
Cesar De la Torre
cc4325cee5
Updated all docker-compose files version from 2.1 to 3
7 years ago
Cesar De la Torre
8d42dfeb39
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
7 years ago
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
7 years ago
Cesar De la Torre
2a7dafd97e
Fixed Build Container version to microsoft/aspnetcore-build:2.0 (v2.0)
7 years ago
Eduard Tomàs
d3413dd30a
Using build-bits.sh instead of sln for building from ci container
7 years ago
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.
7 years ago
Eduard Tomas
7258a58f5b
All docker compose to version 2.1 that seems to work in vsts hosted linux build agent
7 years ago
Eduard Tomas
e9b4235543
use version '2' for docker-compose.ci.build.yml
Higher versions seems to not be compatible with hosted linux build agent
7 years ago
Eduard Tomas
cd42c17cd1
Buildfiles to mitigate msbuild issue - https://github.com/Microsoft/msbuild/issues/2153
7 years ago
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.'
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
Cesar De la Torre
4c0f0b01ad
Removed NMP INSTALL from docker-compose.ci.build.yml. Shouldn't need to do that every time.
7 years ago
Cesar De la Torre
14cbbe6bcb
Removed NMP INSTALL from docker-compose.ci.build.yml. Shouldn't need to do that every time.
7 years ago
Cesar De la Torre
e0c96de685
Revert "Revert "Fix mac ci build""
7 years ago
Cesar De la Torre
697b2dde73
Revert "Revert "Fix mac ci build""
7 years ago
Cesar De la Torre
2aba3acd9f
Revert "Fix mac ci build"
7 years ago
Cesar De la Torre
98cebe9df7
Revert "Fix mac ci build"
7 years ago
Bill Wagner
47978017aa
Update the CI Build docker file to build the SPA alient bits
While at it, update the sh script too.
7 years ago
Bill Wagner
9271bb916b
Update the CI Build docker file to build the SPA alient bits
While at it, update the sh script too.
7 years ago
Andre Passos
db1fa9fd5c
update to angular-cli and angular 4
7 years ago
Andre Passos
7b1d11e4a8
update to angular-cli and angular 4
7 years ago
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
8 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
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