eShopOnContainers for linux amr64
See original GitHub issueI tried building docker using docker-compose build for linux arm64 but it fails with following error:
/root/.nuget/packages/grpc.tools/2.34.0/build/_protobuf/Google.Protobuf.Tools.targets(84,5): error : Use environment variables PROTOBUF_TOOLS_OS={linux|macosx|windows} and PROTOBUF_TOOLS_CPU={x86|x64} to try the closest match to your system. [/src/Services/Ordering/Ordering.API/Ordering.API.csproj]
/root/.nuget/packages/grpc.tools/2.34.0/build/_protobuf/Google.Protobuf.Tools.targets(84,5): error : You may also set PROTOBUF_PROTOC to specify full path to the host-provided compiler (v3.5+ is required). [/src/Services/Ordering/Ordering.API/Ordering.API.csproj]
The command '/bin/sh -c dotnet publish --no-restore -c Release -o /app' returned a non-zero code: 1
I also tried to deploy arm templates with ServiceBus, COSMOSDB, Redis and so on and the deployment was successful on azure but we don’t have detailed explanation of how we can use it after the deployment on azure.
Could you please share your pointers regarding running eShopOnContainers for linux arm64.
Issue Analytics
- State:
- Created 10 months ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Issues · dotnet-architecture/eShopOnContainers
NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes ......
Read more >.Net Development – Index
eShopOnContainers is a sample microservices and container-based application that is cross-platform (runs on Linux Windows and macOS) that ...
Read more >Anduril/eShopOnContainers
Easy to get started sample reference microservice and container based application. Cross-platform on Linux and Windows Docker Containers, powered by .
Read more >NET Core 3.0 Publish for ARM64
Does anyone know how to publish a .NET Core 3.0 application for ARM64? I can only select "linux-arm" but no "linux-arm64". Setting linux-arm...
Read more >eShopOnContainers
This reference application is cross-platform at the server and client side, thanks to .NET Core services capable of running on Linux or Windows...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@whitesiroi, Please refer comment and then try docker-compose build.
@erjain, Could you please share your feedback for linux arm64. Thanks in advance!
@erjain, could you please share your feedback regarding arm templates. Thanks in advance!