aspnet / aspnet-docker

[Archived] ASP.NET Core Docker images for 1.x. Go to https://github.com/dotnet/dotnet-docker for 2.1 and up.
https://asp.net
719 stars 171 forks source link

Images for .NET Core SDK 2.0.0-preview3 #273

Closed tomasherceg closed 7 years ago

tomasherceg commented 7 years ago

I need Docker images for .NET Core SDK 2.0.0-preview3.

Is there some manual on how to make the images myself?

natemcmaster commented 7 years ago

You can use the nightly images to get the latest daily builds. https://hub.docker.com/r/microsoft/aspnetcore-build-nightly/ https://hub.docker.com/r/microsoft/aspnetcore-nightly/

FYI - I recently dropped the "preview3" moniker as we are preparing for 2.0.0. RTM. https://github.com/aspnet/aspnet-docker/pull/272

natemcmaster commented 7 years ago

Closing as the 2.0.0 images are available on nightlies and will be merged to 'master' soon.