jessie-mono-stable
,jessie
(Dockerfile)jessie-mono-beta
(Dockerfile)jessie-mono-alpha
(Dockerfile)stretch-mono-stable
,stretch
,latest
(Dockerfile)stretch-mono-beta
(Dockerfile)stretch-mono-alpha
(Dockerfile) The tags above refer to the latest build. For version-specific tags check theTags
tab. Version history is available on GitHub.
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)
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.