Sign inSign up

jsacapdev/cake-in-docker

By jsacapdev

•Updated over 8 years ago

Cake build running inside a docker container to build ASP.NET Core Applications

Image
0

1.1K

jsacapdev/cake-in-docker repository overview

⁠cake-in-docker

⁠Notes

An example of using Cake build inside a docker container to build and test code, after which the published output (using multi-stage builds) is used to create a image with the application ready to go.

This image demonstrates:

https://github.com/jsacapdev/dotnet-cake-build/tree/master⁠

⁠Build Status

Build SystemHostStatus
AppVeyorWindowsBuild status
Travis CILinuxBuild Status
⁠call a task directly

./build.ps1 -Target Test

⁠To build

docker build --tag cake-in-docker . docker build --tag cake-in-docker -f Windows.Dockerfile .

⁠to run

docker run -d --rm -p 5000:80 cake-in-docker

Tag summary

Content type

Image

Digest

Size

125.8 MB

Last updated

over 8 years ago

docker pull jsacapdev/cake-in-docker