Skip to content

Commit

Permalink
Merge pull request #4 from fino-digital/feature/add-anoymicer-plugin
Browse files Browse the repository at this point in the history
update base imager and add anonymizer plugin
  • Loading branch information
dibi-codes authored Apr 29, 2024
2 parents e4ee221 + 2081c5c commit 1675314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/bitnami/fluentd:1.16.5-debian-12-r1
FROM docker.io/bitnami/fluentd:1.16.5-debian-12-r3
ARG ES_VERSION=7.13.3
USER 0
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand All @@ -12,6 +12,7 @@ RUN gem install elasticsearch -v ${ES_VERSION} \
&& gem install elasticsearch-api -v ${ES_VERSION} \
&& gem install elasticsearch-transport -v ${ES_VERSION} \
&& gem install elasticsearch-xpack -v ${ES_VERSION} \
&& gem install fluent-plugin-anonymizer -v 1.0.0 \
&& gem install fluent-plugin-elasticsearch -v 4.3.3 \
&& gem install fluent-plugin-rewrite-tag-filter \
&& gem install fluent-plugin-multi-format-parser
Expand Down

0 comments on commit 1675314

Please sign in to comment.