-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
accounting-service failing to start #1798
Comments
Hey @MMartyn thanks for reporting this. I solved it running:
and after the build: I'll check why the published image is not the latest one, but for now, that would solve. |
@puckpuck it seems that we may have an issue with the current nightly release. |
@puckpuck I've done some digging and as now we have I'll do some further investigation tomorrow to see if we can dinamically get this value, as we are passing it via |
@julianocosta89 That arg should automatically be getting set. https://docs.docker.com/build/building/variables/#pre-defined-build-arguments |
My guess would be the second stage needs to be something like this:
|
I'm not sure it is actually setting it. |
It's getting set. I had checked the build log and see it being set. But I think it needs to have those changes I mentioned in the second stage. If you look at the cart image you can see that the argument is being used in both stages and I think that is what is missing. |
Thanks @MMartyn, I've sent a PR with the change. |
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: