-
Notifications
You must be signed in to change notification settings - Fork 168
Migrate to dotnet repo #403
Comments
Are the versions 2.1-sdk and runtime RTM? https://hub.docker.com/r/microsoft/dotnet/tags/ |
Not yet. These tags currently point to 2.1-preview1. (cc @MichaelSimons @richlander) |
Right, preview 1. That is all pretty clear -> https://hub.docker.com/r/microsoft/dotnet/ There will be a preview 2, too. |
The work to move these images was done and builds are now available. See https://hub.docker.com/r/microsoft/dotnet-nightly/ to try the new runtime images. FROM microsoft/dotnet-nightly:2.1-aspnetcore-runtime I've also removed the code from the |
@natemcmaster any work remaining before this can be closed? |
Just the cleanup I mentioned in my previous comment. That can wait until after preview2 has been released. |
Currently when updating my dockerfile to use |
I recommend opening a bug using VS's Report a problem feature, or here: http://developercommunity.visualstudio.com. I have a hunch it's a bug in VS, not in the Docker images themselves, but I'm not the right one to give a certain answer for that, sorry. |
Same problem as @dvdbot. |
Latest preview version because it's needed for developing with the latest preview of .net core |
Thanks. Sorry. My question was for the aspnet-docker people. Did you test those images with VS 2017? |
Where in the docker file do we add this? |
Tried adding it after |
@dvdbot - add it to the
|
It works! So it only has to be added here too and it's fixed? |
The underlying issue is in VS Docker Tools - not the Docker images. I logged microsoft/DockerTools#95 to track the VS issue (they are already aware of the issue and working on a fix). |
See: aspnet/Announcements#298
The text was updated successfully, but these errors were encountered: