A generalised ASP.NET Core builder Docker image
785
This repo contains a Dockerfile that can be used to build ASP.NET Core images where they conform to a standard layout:
The image uses Docker's ONBUILD command to execute the following in your project's directory:
dotnet restore (to take advantage of Docker's layer caching mechanism)BUILD_VERSION argument (passed view --build-args, for example)dotnet builddotnet test on every project in the test folderContent type
Image
Digest
Size
566.6 MB
Last updated
about 8 years ago
docker pull andrewlock/aspnetcore-build