-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Docker build for 'frontend' currently not working because npm is outdated #601
Labels
bug
Something isn't working
Comments
After changing the alpine base image from 16 to 19 on my computer.
Should and could I create a pull request? What would the process for open telemetry look like? |
tommyziegler
added a commit
to tommyziegler/opentelemetry-demo
that referenced
this issue
Nov 21, 2022
Fix alpine base image since the npm version has a newer major version. See issue: open-telemetry#601
tommyziegler
added a commit
to tommyziegler/opentelemetry-demo
that referenced
this issue
Nov 24, 2022
Fix the alpine base image since the npm version has a newer major version. Changing to LTS version. See issue: open-telemetry#601
tommyziegler
added a commit
to tommyziegler/opentelemetry-demo
that referenced
this issue
Nov 26, 2022
Fix the alpine base image since the npm version has a newer major version. Fi to LTS version 18. See issue: open-telemetry#601
puckpuck
added a commit
that referenced
this issue
Nov 26, 2022
* Fix 'frontend' currently not working Fix alpine base image since the npm version has a newer major version. See issue: #601 * Fix 'frontend' currently not working Fix the alpine base image since the npm version has a newer major version. Changing to LTS version. See issue: #601 * Fix 'frontend' currently not working (to LTS) Fix the alpine base image since the npm version has a newer major version. Fi to LTS version 18. See issue: #601 Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
jmichalak9
pushed a commit
to jmichalak9/opentelemetry-demo
that referenced
this issue
Mar 22, 2024
* Fix 'frontend' currently not working Fix alpine base image since the npm version has a newer major version. See issue: open-telemetry#601 * Fix 'frontend' currently not working Fix the alpine base image since the npm version has a newer major version. Changing to LTS version. See issue: open-telemetry#601 * Fix 'frontend' currently not working (to LTS) Fix the alpine base image since the npm version has a newer major version. Fi to LTS version 18. See issue: open-telemetry#601 Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
The OpenTelemetry demo with Docker does not work because npm is outdated in the base image. I used the current build v1.1.0.
Symptom
The OTel demo app won't start, and I can't access the frontend interface because the container keeps restarting due to an outdated npm dependency.
Reproduce
$git clone
)$docker compose up
)Additional Context
I used an M1 mac, but I also rebuilt all docker dependencies with the
$docker compose
command as described in the documentation.The text was updated successfully, but these errors were encountered: