-
Notifications
You must be signed in to change notification settings - Fork 438
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
Dockerfile for quick demo/troubleshooting purpose. #905
Conversation
Codecov Report
@@ Coverage Diff @@
## main #905 +/- ##
=======================================
Coverage 93.39% 93.39%
=======================================
Files 165 165
Lines 6229 6229
=======================================
Hits 5817 5817
Misses 412 412 |
|
||
#install thrift | ||
ARG THRIFT_VERSION=0.14.1 | ||
RUN apt-get install -y --no-install-recommends \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we invoke the setup_*
scripts to create the container instead of duplicating the preparation steps?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes agree, this can be simplified. Will change it.
incorrectly closed by bot. |
Could we merge this as it is? |
I will fix it this week for comments, to be ready for merge. |
I think we are good to merge this. As discussed in the community meeting today, @esigo will be making further changes on this. |
I have been using this Dockerfile for some time as an environment for quick troubleshooting and felt it would act as a good playground for new devs/users to quickly try out opentelemetry-cpp along with exporters ( OTLP, Jaeger, Zipkin)
Also, we can further explore if this can be integrated into CI/CD pipeline ( ie running workflows on docker container instead of directly on github hosted virtual machines)