You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
@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.
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!
The text was updated successfully, but these errors were encountered: