Skip to content

Commit 2535697

Browse files
authored
Update Dockerfile
- remove the downgrade of fluent-plugin-kubernetes_metadata_filter - use the new fluent-pluging-splunkhec 2.1 which came with v1.16.0 - bump flunetd-operator to v1.16.2
1 parent a2d0c71 commit 2535697

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
FROM vmware/kube-fluentd-operator:v1.12.0
1+
FROM vmware/kube-fluentd-operator:v1.16.2
22

33
RUN set -e \
44
&& tdnf install -y jq \
5-
&& gem install -N fluent-plugin-kubernetes_metadata_filter -v "2.4.1" \
6-
&& gem uninstall fluent-plugin-kubernetes_metadata_filter -v "2.4.2" \
75
&& gem install -N fluent-plugin-jq -v "0.5.1" \
8-
&& gem install -N fluent-plugin-splunk-hec -v "1.1.0" \
96
&& echo OK
107

118
# Patch configuration files:

0 commit comments

Comments
 (0)