Skip to content
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

some images missing for version 1.7.1 #1327

Closed
dmitchsplunk opened this issue Jan 11, 2024 · 1 comment
Closed

some images missing for version 1.7.1 #1327

dmitchsplunk opened this issue Jan 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@dmitchsplunk
Copy link

dmitchsplunk commented Jan 11, 2024

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.

@dmitchsplunk dmitchsplunk added the bug Something isn't working label Jan 11, 2024
@puckpuck
Copy link
Contributor

puckpuck commented Jan 16, 2024

This has been fixed with the 1.7.2 release #1329 #1331

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants