Skip to content

Conversation

@dbarker
Copy link
Member

@dbarker dbarker commented Oct 26, 2025

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 89.92%. Comparing base (70daba9) to head (1a90844).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3718      +/-   ##
==========================================
+ Coverage   89.90%   89.92%   +0.03%     
==========================================
  Files         225      225              
  Lines        7281     7103     -178     
==========================================
- Hits         6545     6387     -158     
+ Misses        736      716      -20     

see 49 files 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
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.

1 participant