fluent / fluent-bit-docker-image

Docker image for Fluent Bit
https://hub.docker.com/r/fluent/fluent-bit/
Apache License 2.0
67 stars 75 forks source link

Fix ca certificate installation #7

Closed jsravn closed 6 years ago

jsravn commented 6 years ago

The subsequent removal of openssl was removing ca-certificates and /etc/ssl. This causes the tls options to fail on output plugins.

This change rearranges the order to ensure CA certificates will be present.

DavidWittman commented 6 years ago

@edsiper can you cherry-pick this into the 0.12 branch? Or whatever your process is for that.