We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Which version of the demo you are using?
1.7.1
The demo application fails to run via the following command:
docker compose up --no-build
What is the expected behavior?
The application runs successfully.
What is the actual behavior?
It fails with the error:
Error response from daemon: manifest unknown
I believe this is happening because some images are missing for version 1.7.1. For example:
$ docker pull ghcr.io/open-telemetry/demo:1.7.1-loadgenerator Error response from daemon: manifest unknown
$ docker pull ghcr.io/open-telemetry/demo:1.7.1-loadgenerator
recommendationservice is also missing
git clone https://github.com/open-telemetry/opentelemetry-demo.git docker compose up --no-build
git clone https://github.com/open-telemetry/opentelemetry-demo.git
As a workaround, I was able to get it working again by updating the .env file to revert the image version back to 1.7.0.
The text was updated successfully, but these errors were encountered:
This has been fixed with the 1.7.2 release #1329 #1331
Sorry, something went wrong.
No branches or pull requests
Bug Report
Which version of the demo you are using?
1.7.1
Symptom
The demo application fails to run via the following command:
docker compose up --no-build
What is the expected behavior?
The application runs successfully.
What is the actual behavior?
It fails with the error:
Error response from daemon: manifest unknown
I believe this is happening because some images are missing for version 1.7.1. For example:
$ docker pull ghcr.io/open-telemetry/demo:1.7.1-loadgenerator
Error response from daemon: manifest unknown
recommendationservice is also missing
Reproduce
git clone https://github.com/open-telemetry/opentelemetry-demo.git
docker compose up --no-build
Additional Context
As a workaround, I was able to get it working again by updating the .env file to revert the image version back to 1.7.0.
The text was updated successfully, but these errors were encountered: