Skip to content

Commit

Permalink
all-in-one image misses ca-certs - can not connect to cloud-based ela…
Browse files Browse the repository at this point in the history
…sticsearch backend. (#1545)

Signed-off-by: chandresh-pancholi <chandreshpancholi007@gmail.com>
  • Loading branch information
chandresh-pancholi committed May 20, 2019
1 parent d51412d commit 99bd410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/all-in-one/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./cmd/all-in-one/all-in-one-linux /go/bin/
COPY ./cmd/all-in-one/sampling_strategies.json /etc/jaeger/

Expand Down

0 comments on commit 99bd410

Please sign in to comment.