shawnallen85 commented on code in PR #88:
URL: 
https://github.com/apache/openwhisk-runtime-dotnet/pull/88#discussion_r1779167858


##########
core/net6.0/Dockerfile:
##########
@@ -26,9 +26,9 @@ RUN dotnet restore
 COPY proxy/Apache.OpenWhisk.Runtime.Common/. ./Apache.OpenWhisk.Runtime.Common/
 COPY proxy/Apache.OpenWhisk.Runtime.Dotnet.Minimal/. 
./Apache.OpenWhisk.Runtime.Dotnet.Minimal/
 WORKDIR /app/Apache.OpenWhisk.Runtime.Dotnet.Minimal
-RUN dotnet publish -c Release -r linux-musl-x64 -o out
+RUN dotnet publish -c Release -o out
 
-FROM mcr.microsoft.com/dotnet/runtime:6.0-alpine AS runtime
+FROM mcr.microsoft.com/dotnet/aspnet:6.0-alpine AS runtime

Review Comment:
   So I'm having no luck running the complete test suite locally (podman) and 
I'm not having any luck on my arm64 (Turing RK1) device. So I cannot test this 
out locally. Would you be able to change the image on your PR and see if the 
automated build tests pass?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to