mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
![]() If we leave files sitting around, we trigger a Docker image double-build in CI, because the build runs once, gets tested, and then gets run again when we push the Docker image: the additional btest files cause Docker to detect a different source tree, causing an image layer violation. Also rename "cleanup" target to "clean", to align with rest of our tree. |
||
---|---|---|
.. | ||
btest | ||
Dockerfile | ||
Makefile | ||
README |
Container image for Zeek ======================== This directory contains a minimal container image for Zeek. This image is published automatically to [DockerHub](https://hub.docker.com/u/zeekurity) for releases and for commits on the `master` branch. - Images for release are published as [`zeekurity/zeek`](https://hub.docker.com/r/zeekurity/zeek) with the `latest` tag pointing to the latest release. - Development images for the `master` branch are published as [`zeekurity/zeek-dev`](https://hub.docker.com/r/zeekurity/zeek-dev). To run the image execute e.g.,: docker run -it zeekurity/zeek To build the image execute `make` from this directory.