Skip to content

A Docker container containing all .NET related goodies - .NET Core SDK, Powershell and Mono incl. F#. Useful for building .NET Core apps.

License

Notifications You must be signed in to change notification settings

julkwiec/dotnet-mono-powershell-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supported Linux amd64 tags

What is this?

This is a very opinionated base .NET Core build image. It's based on microsoft/dotnet and includes the following features:

  • Mono (incl. F# support)
  • Powershell Core
  • Preloaded NuGet & Paket cache (netcoreapp 2.0 + asp.net core)

Why should I use this image?

This image is intended to be used with Docker multi-stage builds as a build container. Thanks to Mono and Powershell you can use most scripts and tools that you could use on Windows machine like FAKE or Paket.

The NuGet cache is populated with basic .NET Core framework libraries - see the paket.dependencies file.

About

A Docker container containing all .NET related goodies - .NET Core SDK, Powershell and Mono incl. F#. Useful for building .NET Core apps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages