Skip to content

Commit

Permalink
update(docker/event-generator): remove the event-generator from the F…
Browse files Browse the repository at this point in the history
…alco repo

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Apr 24, 2020
1 parent 26621ca commit 9915b90
Show file tree
Hide file tree
Showing 23 changed files with 1 addition and 1,046 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ userspace/falco/lua/lpeg.so
userspace/engine/lua/lyaml
userspace/engine/lua/lyaml.lua

docker/event-generator/event_generator
docker/event-generator/mysqld
docker/event-generator/httpd
docker/event-generator/sha1sum
docker/event-generator/vipw

.vscode/*

.luacheckcache
Expand Down
3 changes: 1 addition & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Falco Dockerfiles

This directory contains the various ways to package Falco as a container.
This directory contains various ways to package Falco as a container.

## Currently Supported Images

Expand All @@ -9,7 +9,6 @@ This directory contains the various ways to package Falco as a container.
| [falcosecurity/falco:latest](https://hub.docker.com/repository/docker/falcosecurity/falco), [falcosecurity/falco:_tag_](https://hub.docker.com/repository/docker/falcosecurity/falco), [falcosecurity/falco:master](https://hub.docker.com/repository/docker/falcosecurity/falco) | docker/stable | Falco (DEB built from git tag or from the master) with all the building toolchain. |
| [falcosecurity/falco:latest-slim](https://hub.docker.com/repository/docker/falcosecurity/falco), [falcosecurity/falco:master-slim](https://hub.docker.com/repository/docker/falcosecurity/falco) | docker/slim | Falco (DEB build from git tag or from the master) without the building toolchain. |
| [falcosecurity/falco:latest-minimal](https://hub.docker.com/repository/docker/falcosecurity/falco), [falcosecurity/falco:master-minimal](https://hub.docker.com/repository/docker/falcosecurity/falco) | docker/minimal | Falco (TGZ built from git tag or from the master) without the building toolchain. |
| [falcosecurity/falco-event-generator:latest](https://hub.docker.com/repository/docker/falcosecurity/falco-event-generator) | docker/event-generator | Event generator tool to simulate events Falco catches. |
| [falcosecurity/falco-builder:latest](https://hub.docker.com/repository/docker/falcosecurity/falco-builder) | docker/builder | The complete build tool chain for compiling Falco from source. See [the documentation](https://falco.org/docs/source/) for more details on building from source. Used to build Falco (CI). |
| [falcosecurity/falco-tester:latest](https://hub.docker.com/repository/docker/falcosecurity/falco-tester) | docker/tester | Container image for running the Falco test suite. Used to run Falco integration tests (CI). |
| _to not be published_ | docker/local | Built on-the-fly and used by falco-tester. |
Expand Down
10 changes: 0 additions & 10 deletions docker/event-generator/Dockerfile

This file was deleted.

18 changes: 0 additions & 18 deletions docker/event-generator/Makefile

This file was deleted.

21 changes: 0 additions & 21 deletions docker/event-generator/docker-entrypoint.sh

This file was deleted.

23 changes: 0 additions & 23 deletions docker/event-generator/event-generator-k8saudit-deployment.yaml

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions docker/event-generator/event-generator-syscall-daemonset.yaml

This file was deleted.

Loading

0 comments on commit 9915b90

Please sign in to comment.