Fix/dockerfile third party notices#2613
Merged
jmacd merged 2 commits intoopen-telemetry:mainfrom Apr 8, 2026
Merged
Conversation
main.rs but the Dockerfile was not updated to copy the file from the otel-arrow build context, breaking the Docker build. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The Dockerfile is not validated by any PR-triggered CI workflow. Breakages (like a missing COPY for THIRD_PARTY_NOTICES.txt) go undetected until a nightly or manual perf-test run fails. Add a path-filtered workflow that builds the Docker image on PRs touching the Dockerfile, source, or build-related files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2613 +/- ##
==========================================
- Coverage 88.37% 88.36% -0.01%
==========================================
Files 620 620
Lines 228395 228395
==========================================
- Hits 201836 201830 -6
- Misses 26035 26041 +6
Partials 524 524
🚀 New features to boost your workflow:
|
Merged
via the queue into
open-telemetry:main
with commit Apr 8, 2026
0eb5048
68 of 70 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Summary
Adds a necessary Dockerfile line to fix the build.
Adds a test to our CI/CD workflow, which would have caught this in #2597.
This was going to block #2515