Repository of version tagged Bro images for research and comparison.
2.2K
Repository of version tagged Bro images for research and comparison. Tools are in /opt.
Grab all the images:
$ for i in 1.5 2.0 2.1 2.2 2.3 2.3.1 2.3.2 2.4; do docker pull opennsm/bro:$i; done
Run them all:
$ for i in $(docker images -f 'label=program=bro' -q); do docker run -it $i bro --version; done
bro version 2.4
bro version 2.3
bro version 2.2
bro version 2.3.2
bro version 2.3.1
bro version 2.1
bro version 1.5
bro version 2.0
Contributions welcome, send pull requests here: github.com/open-nsm/dockerfiles
Content type
Image
Digest
sha256:8c5a9da34…
Size
615.4 MB
Last updated
about 11 years ago
docker pull opennsm/bro