SNAS / docker

Docker files for docker installs
Eclipse Public License 1.0
20 stars 28 forks source link

Resolve missing glibc dependency for snappy by using alpine with glibc #14

Closed bugtoo closed 6 years ago

bugtoo commented 6 years ago

Fixes issue #10 "Kafka fails due to inability to load snappy library" for the standalone kafka container

TimEvens commented 6 years ago

Will be upgrading Kafka to 1.0.0. Need to validate the change.

TimEvens commented 6 years ago

@bugtoo, instead of using frolvlad/alpine-glibc:alpine-3.7 I changed this to alpine 3.7 with libc6-compat being installed. This resolves the issue. I also upgraded kafka to 1.0.1 in the latest update.