1/10/2021 1:28 PM | |
Posts: 19 Rating:
|
Hello Experts, I'm using ASP.NET project Backend and Gateway services. And trying to create an image using base image as follow but these images are giving and error. mcr.microsoft.com/dotnet/runtime:3.1-focal-arm64v8 ASP.NET Core Runtime -Link mcr.microsoft.com/dotnet/sdk:3.1-focal-arm64v8 .NET SDK -Link Can someone please point me to the exact base image which supports IOT2050 Arm64 based architecture? Thank you. Thanks, yogesh |
1/26/2021 7:15 PM | |
Joined: 12/12/2016 Last visit: 3/17/2025 Posts: 640 Rating:
|
Hello, Please try this Dockerfile for the ASP.NET Core Runtime and this Dockerfile for the .NET SDK I think you chose the ones for Ubuntu, but our example image is running a Debian 10 as you can check with
Best Regards! |
Follow us on