You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which version of the demo you are using? ghcr.io/open-telemetry/demo:latest-accountingservice@sha256:a4c22f54468bf16fc32fc788e8f71d663b6886158847a5e555eb90381b6aae0e
Symptom
The container is in a restart loop. The logs report:
Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'AccountingService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
What is the expected behavior?
I would expect the container to reach a running state.
What is the actual behavior?
Container is in a restart loop.
Reproduce
Run make start
We will close this issue if:
The steps you provided are complex.
If we can not reproduce the behavior you're reporting.
Additional Context
I am attempting to run this on a Macbook Pro M2, so it would be pulling the arm64 versions.
The text was updated successfully, but these errors were encountered:
@puckpuck it seems that we may have an issue with the current nightly release.
Maybe changing the action to use the new buildx introduced by you should solve. WDYT?!
Bug Report
Which version of the demo you are using? ghcr.io/open-telemetry/demo:latest-accountingservice@sha256:a4c22f54468bf16fc32fc788e8f71d663b6886158847a5e555eb90381b6aae0e
Symptom
The container is in a restart loop. The logs report:
What is the expected behavior?
I would expect the container to reach a running state.
What is the actual behavior?
Container is in a restart loop.
Reproduce
Run
make start
We will close this issue if:
Additional Context
I am attempting to run this on a Macbook Pro M2, so it would be pulling the arm64 versions.
The text was updated successfully, but these errors were encountered: