chuck-confluent / demo-siem-optimization

This demo illustrates how to use Confluent to optimize your Security Information and Event Management (SIEM) solution. Active Development is occurring on https://github.com/confluentinc/demo-siem-optimization.
0 stars 6 forks source link

Pin docker image versions #7

Open chuck-confluent opened 2 years ago

chuck-confluent commented 2 years ago

There's a lot going on in this demo and it's possible for a small change to a base image to break the demo. I suggest pinning the versions of all docker images to minimize the chance of this kind of break.

chuck-confluent commented 2 years ago

Context: bertisondocker/zeek-tcpreplay-kafka:latest broke syslog data generation because ifconfig was returning ipv4 and v6 results instead of just v4. Fiz was to grep for inet rather than inet. See