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 1e73b09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/all-in-one/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
FROM alpine:latest as certs
RUN apk add --update --no-cache ca-certificates

FROM scratch

# Agent zipkin.thrift compact
Expand All @@ -21,6 +24,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 1e73b09

Please sign in to comment.