-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add CA certs to all-in-one image #1554
Add CA certs to all-in-one image #1554
Conversation
cmd/all-in-one/Dockerfile
Outdated
@@ -21,6 +21,7 @@ EXPOSE 14250 | |||
# Web HTTP | |||
EXPOSE 16686 | |||
|
|||
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt |
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.
This is not everything, we need also these lines
https://github.com/jaegertracing/jaeger/blob/master/cmd/collector/Dockerfile#L1-L2
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.
aha, my bad. raised the PR in a hurry. Lesson learned.
thanks for the comment.
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.
Also please move this COPY
statement right after the from scratch
, then it's ready to be merged.
99bd410
to
1e73b09
Compare
Codecov Report
@@ Coverage Diff @@
## master #1554 +/- ##
=======================================
Coverage 98.79% 98.79%
=======================================
Files 190 190
Lines 9061 9061
=======================================
Hits 8952 8952
Misses 85 85
Partials 24 24 Continue to review full report at Codecov.
|
…sticsearch backend. (jaegertracing#1545) Signed-off-by: chandresh-pancholi <chandreshpancholi007@gmail.com>
1e73b09
to
cb277a7
Compare
thanks @chandresh-pancholi |
…sticsearch backend. (#1545)
Signed-off-by: chandresh-pancholi chandreshpancholi007@gmail.com
Which problem is this PR solving?
Short description of the changes