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

FROM scratch

COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt

# Agent zipkin.thrift compact
EXPOSE 5775/udp

Expand Down

0 comments on commit cb277a7

Please sign in to comment.