question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

eShopOnContainers for linux amr64

See original GitHub issue

I 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:closed
  • Created 10 months ago
  • Reactions:2
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
odidevcommented, Nov 15, 2022

@whitesiroi, Please refer comment and then try docker-compose build.

@erjain, Could you please share your feedback for linux arm64. Thanks in advance!

0reactions
odidevcommented, Dec 13, 2022

@erjain, could you please share your feedback regarding arm templates. Thanks in advance!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found