Skip to content

Conversation

@dbarker
Copy link
Member

@dbarker dbarker commented Oct 26, 2025

Addresses #2590 #2515

Update the files in opentelemetry-cpp/docker to build all third party dependencies using the common cmake project and git tags file.

tested locally to create docker images for otel-cpp-alpine-latest and otel-cpp-ubuntu-latest:

cd opentelemetry-cpp/docker
./build.sh -j 8 -b alpine-latest
cd opentelemetry-cpp/docker
./build.sh -j 8 -b ubuntu-latest

Changes

  • remove the legacy ./ci/setup_grpc.sh build script and remove corresponding grpc files/references from the ./docker directory.
  • remove the abseil patch file in the ci directory as this no longer applies to the latest version.
  • remove ./docker/ubuntuLatest since this is redundant with the renamed Debian docker file ./docker/Dockerfile.ubuntu-latest
  • remove ./docker/Dockerfile.centos since centos-7 linux is EOL
  • update the files in ./docker to build all third party dependencies using the third_party_release tags file and opentelemetry-cpp/install/cmake project.

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

@codecov
Copy link

codecov bot commented Oct 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.00%. Comparing base (06490f9) to head (2861adb).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3718      +/-   ##
==========================================
- Coverage   90.01%   90.00%   -0.01%     
==========================================
  Files         225      225              
  Lines        7105     7105              
==========================================
- Hits         6395     6394       -1     
- Misses        710      711       +1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dbarker dbarker marked this pull request as ready for review October 27, 2025 00:38
@dbarker dbarker requested a review from a team as a code owner October 27, 2025 00:38
Copy link
Member

@marcalff marcalff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the cleanup.

@marcalff marcalff merged commit 0bb751e into open-telemetry:main Nov 5, 2025
67 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants