gleono commented on code in PR #88: URL: https://github.com/apache/openwhisk-runtime-dotnet/pull/88#discussion_r1778761610
########## 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: Sure thing, I am not sure if this is the way to go for the project since I'm just getting involved with it, it just made sense to me. Hopefully we can find an approach that enables building on M1. Thanks for taking the time to review. -- 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]
