SeisoLLC / zeek-kafka

A Zeek log writer plugin that publishes to Kafka.
Apache License 2.0
45 stars 16 forks source link

Is there a docker image I can pull from? #33

Open chuck-confluent opened 2 years ago

chuck-confluent commented 2 years ago

Summary of the issue

Is there a container registry with a docker image that has zeek and the kafka plugin built-in? And hopefully with a multistage build to separate build dependencies from runtime dependencies, perhaps using e.g. broplayground/bro:<tag> as a base? I am having a poor experience compiling zeek and installing/compiling the kafka plugin into my own docker image (I'll record that as a separate issue).

I know there are dockerfiles used as a part of CI testing, but I'd rather pull a ready-made image off the shelf if it exists. Thank you for your work on this plugin!

JonZeolla commented 2 years ago

@chuck-confluent not currently but that shouldn't be a big deal to publish. There are some official zeek images now, we just haven't moved over to using them in CI yet.