Our build box for .net core
2.4K
This is a Docker image to do .NET builds (.NET Core) for various Syncromatics projects.
This image is based on the microsoft/dotnet:2-sdk Docker image, so it includes all of the .NET Core SDK tools in that image.
A Cake build script and several commonly-used tools and addins are pre-installed. The build script is availale on the PATH as cake and the following tools and addins are installed:
libgit2 binary instead of the package-installed version.The tools directory is located at /build/tools.
When running a Cake target inside this container, use cake instead of your repo's copy of build.sh. (i.e., cake -t TargetName)
Content type
Image
Digest
Size
910.7 MB
Last updated
over 8 years ago
docker pull syncromatics/core-build-box