Skip to content
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

Merged
merged 1 commit into from
May 20, 2019

Conversation

chandresh-pancholi
Copy link
Contributor

…sticsearch backend. (#1545)

Signed-off-by: chandresh-pancholi chandreshpancholi007@gmail.com

Which problem is this PR solving?

  • all-in-one image misses ca-certs - can not connect to cloud-based elasticsearch backend

Short description of the changes

  • NA

@@ -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
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

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.

Copy link
Member

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.

@codecov
Copy link

codecov bot commented May 20, 2019

Codecov Report

Merging #1554 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d51412d...cb277a7. Read the comment docs.

…sticsearch backend. (jaegertracing#1545)

Signed-off-by: chandresh-pancholi <chandreshpancholi007@gmail.com>
@pavolloffay pavolloffay changed the title all-in-one image misses ca-certs - can not connect to cloud-based ela… Add CA certs to all-in-one image May 20, 2019
@pavolloffay pavolloffay merged commit 2117899 into jaegertracing:master May 20, 2019
@pavolloffay
Copy link
Member

thanks @chandresh-pancholi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants