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
When I try to call a function created with the C# template, I get the following result:
$ curl http://localhost:8080/function/csharp-hello-app -d "stuff"
exit status 145
Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
http://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409
When I try to call a function created with the C# template, I get the following result:
This error code apparently indicates that the image that is built does not have the SDK installed. (https://stackoverflow.com/questions/42346498/dotnet-aspnetcore-docker-build-fails-with-a-145-error-code)
Are others seeing this issue? I'm deploying by adding the following to
./samples.yml
:Expected Behaviour
Csharp app echos input.
Current Behaviour
Returns
exit status 145
Possible Solution
Steps to Reproduce (for bugs)
functions:
block of your yaml file:faas-cli build -f <yourfile.yaml>
faas-cli deploy -f <yourfile.yaml>
curl http://localhost:8080/function/csharp-hello-app -d "stuff"
Context
Your Environment
docker version
(e.g. Docker 17.0.05 ):17.06.1-ce
swarm
ubuntu 16.04
The text was updated successfully, but these errors were encountered: