Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Commit

Permalink
update to 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Feb 15, 2018
1 parent e0cbf3c commit 95077b3
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 55 deletions.
2 changes: 1 addition & 1 deletion 2.5/Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.7

LABEL maintainer "https://github.com/blacktop"

ENV BRO_VERSION 2.5.2
ENV BRO_VERSION 2.5.3

COPY patches /tmp
RUN apk add --no-cache zlib openssl libstdc++ libpcap geoip libgcc tini
Expand Down
91 changes: 41 additions & 50 deletions README.md
@@ -1,39 +1,36 @@
![bro-logo](https://github.com/blacktop/docker-bro/raw/master/docs/imgs/logo.png)

Bro IDS Dockerfile
==================
# Bro IDS Dockerfile

[![CircleCI](https://circleci.com/gh/blacktop/docker-bro.png?style=shield)](https://circleci.com/gh/blacktop/docker-bro) [![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org) [![Docker Stars](https://img.shields.io/docker/stars/blacktop/bro.svg)](https://hub.docker.com/r/blacktop/bro/) [![Docker Pulls](https://img.shields.io/docker/pulls/blacktop/bro.svg)](https://hub.docker.com/r/blacktop/bro/) [![Docker Image](https://img.shields.io/badge/docker%20image-21.3MB-blue.svg)](https://hub.docker.com/r/blacktop/bro/)
[![CircleCI](https://circleci.com/gh/blacktop/docker-bro.png?style=shield)](https://circleci.com/gh/blacktop/docker-bro) [![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org) [![Docker Stars](https://img.shields.io/docker/stars/blacktop/bro.svg)](https://hub.docker.com/r/blacktop/bro/) [![Docker Pulls](https://img.shields.io/docker/pulls/blacktop/bro.svg)](https://hub.docker.com/r/blacktop/bro/) [![Docker Image](https://img.shields.io/badge/docker%20image-22.2MB-blue.svg)](https://hub.docker.com/r/blacktop/bro/)

This repository contains a **Dockerfile** of [Bro-IDS](http://www.bro.org/index.html) **blacktop/bro**.

**Table of Contents**

- [Dependencies](#dependencies)
- [Image Tags](#image-tags)
- [Installation](#installation)
- [Getting Started](#getting-started)
- [Documentation](#documentation)
- [Issues](#issues)
- [Todo](#todo)
- [CHANGELOG](#changelog)
- [Contributing](#contributing)
- [License](#license)
* [Dependencies](#dependencies)
* [Image Tags](#image-tags)
* [Installation](#installation)
* [Getting Started](#getting-started)
* [Documentation](#documentation)
* [Issues](#issues)
* [Todo](#todo)
* [CHANGELOG](#changelog)
* [Contributing](#contributing)
* [License](#license)

Dependencies
------------
## Dependencies

- [alpine:3.7](https://hub.docker.com/_/alpine/)
* [alpine:3.7](https://hub.docker.com/_/alpine/)

Image Tags
----------
## Image Tags

```bash
$ docker images

REPOSITORY TAG SIZE
blacktop/bro latest 21.3MB
blacktop/bro 2.5 21.3MB
blacktop/bro latest 22.2MB
blacktop/bro 2.5 22.2MB
blacktop/bro pkg 107MB
blacktop/bro elastic 67.4MB
blacktop/bro redis 60.1MB
Expand All @@ -44,20 +41,20 @@ blacktop/bro 2.4 16.68MB
```

> **NOTE:**
> - tag **pkg** is the same as tag **2.5**, but includes the **Bro Package Manager**
> - tag **elastic** is the same as tag **2.5**, but includes the **elasticsearch plugin** and the **GeoIP** database
> - tag **redis** is the same as tag **2.5**, but includes the **redis plugin** and the **GeoIP** database
> - tag **geoip** is the same as tag **2.5**, but includes the **GeoIP** database
> - tag **kafka** is the same as tag **2.5**, but includes the **kafka plugin**
> - **all** tags include the **af_packet plugin**
Installation
------------
>
> * tag **pkg** is the same as tag **2.5**, but includes the **Bro Package Manager**
> * tag **elastic** is the same as tag **2.5**, but includes the **elasticsearch plugin** and the **GeoIP** database
> * tag **redis** is the same as tag **2.5**, but includes the **redis plugin** and the **GeoIP** database
> * tag **geoip** is the same as tag **2.5**, but includes the **GeoIP** database
> * tag **kafka** is the same as tag **2.5**, but includes the **kafka plugin**
> * **all** tags include the **af_packet plugin**
1. Install [Docker](https://docs.docker.com).
2. Download [trusted build](https://hub.docker.com/r/blacktop/bro/) from public [Docker Registry](https://hub.docker.com): `docker pull blacktop/bro`
## Installation

Getting Started
---------------
1. Install [Docker](https://docs.docker.com).
2. Download [trusted build](https://hub.docker.com/r/blacktop/bro/) from public [Docker Registry](https://hub.docker.com): `docker pull blacktop/bro`

## Getting Started

```bash
$ wget https://github.com/blacktop/docker-bro/raw/master/pcap/heartbleed.pcap
Expand Down Expand Up @@ -91,38 +88,32 @@ Heartbleed::SSL_Heartbeat_Odd_Length
Heartbleed::SSL_Heartbeat_Attack_Success
```

Documentation
-------------
## Documentation

- [Usage](https://github.com/blacktop/docker-bro/blob/master/docs/usage.md)
- [Integrate with the Elasticsearch](https://github.com/blacktop/docker-bro/blob/master/docs/elastic.md)
- [Integrate with Kafka](https://github.com/blacktop/docker-bro/blob/master/docs/kafka.md)
- [Integrate with Redis](https://github.com/blacktop/docker-bro/blob/master/docs/redis.md)
- [Tips and Tricks](https://github.com/blacktop/docker-bro/blob/master/docs/tips-and-tricks.md)
* [Usage](https://github.com/blacktop/docker-bro/blob/master/docs/usage.md)
* [Integrate with the Elasticsearch](https://github.com/blacktop/docker-bro/blob/master/docs/elastic.md)
* [Integrate with Kafka](https://github.com/blacktop/docker-bro/blob/master/docs/kafka.md)
* [Integrate with Redis](https://github.com/blacktop/docker-bro/blob/master/docs/redis.md)
* [Tips and Tricks](https://github.com/blacktop/docker-bro/blob/master/docs/tips-and-tricks.md)

Issues
------
## Issues

Find a bug? Want more features? Find something missing in the documentation? Let me know! Please don't hesitate to [file an issue](https://github.com/blacktop/docker-bro/issues/new) and I'll get right on it.

Credits
-------
## Credits

Alpine conversion heavily (if not entirely) influenced by https://github.com/nizq/docker-bro

CHANGELOG
---------
## CHANGELOG

See [`CHANGELOG.md`](https://github.com/blacktop/docker-bro/blob/master/CHANGELOG.md)

Contributing
------------
## Contributing

[See all contributors on GitHub](https://github.com/blacktop/docker-bro/graphs/contributors).

Please update the [CHANGELOG.md](https://github.com/blacktop/docker-bro/blob/master/CHANGELOG.md) and submit a [Pull Request on GitHub](https://help.github.com/articles/using-pull-requests/).

License
-------
## License

MIT Copyright (c) 2015-2017 **blacktop**
MIT Copyright (c) 2015-2018 **blacktop**
3 changes: 1 addition & 2 deletions geoip/Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.7

LABEL maintainer "https://github.com/blacktop"

ENV BRO_VERSION 2.5.2
ENV BRO_VERSION 2.5.3

COPY patches /tmp
RUN apk add --no-cache zlib openssl libstdc++ libpcap geoip libgcc tini
Expand Down Expand Up @@ -67,5 +67,4 @@ WORKDIR /pcap
COPY local.bro /usr/local/share/bro/site/local.bro

ENTRYPOINT ["/sbin/tini","--","bro"]

CMD [ "-h" ]
2 changes: 1 addition & 1 deletion pkg/Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.7

LABEL maintainer "https://github.com/blacktop"

ENV BRO_VERSION 2.5.2
ENV BRO_VERSION 2.5.3

COPY patches /tmp
RUN apk add --no-cache zlib openssl libstdc++ libpcap geoip libgcc tini python2 git cmake
Expand Down
1 change: 0 additions & 1 deletion redis/Dockerfile
Expand Up @@ -75,5 +75,4 @@ WORKDIR /pcap
COPY local.bro /usr/local/share/bro/site/local.bro

ENTRYPOINT ["/sbin/tini","--","bro"]

CMD [ "-h" ]

0 comments on commit 95077b3

Please sign in to comment.