You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2019. It is now read-only.
I'm not sure why my Dockerfile doesn't have the fix. Perhaps the version published to node is out of date?
Or maybe the sqlite fix is not need anymore? I just tried another image tag microsoft/aspnet:1.0.0-rc1-update1-coreclr and it ran fine. Perhaps the generator just needs to use that instead?
Sorry, lots of questions and not sure what the right answer is. 😃
The text was updated successfully, but these errors were encountered:
I have generator-aspnet 0.0.91 installed. After generating a web application, I am encountering a few unexpected problems.
First, the base image used (microsoft/aspnet:1.0.0-rc1) doesn't appear to exist anymore? So I tried 1.0.0-rc1-final.
Then I run into the sqlite / docker bug that I thought was already patched (#525).
The generated Dockerfile is below (with my tag change)
The template on master https://github.com/OmniSharp/generator-aspnet/blob/master/templates/Dockerfile.txt seems to have the sqlite fix:
I'm not sure why my Dockerfile doesn't have the fix. Perhaps the version published to node is out of date?
Or maybe the sqlite fix is not need anymore? I just tried another image tag
microsoft/aspnet:1.0.0-rc1-update1-coreclr
and it ran fine. Perhaps the generator just needs to use that instead?Sorry, lots of questions and not sure what the right answer is. 😃
The text was updated successfully, but these errors were encountered: