Skip to content

Commit afd1f05

Browse files
authored
Merge pull request #5 from sebv7/master
tdnf install sed, install fluent-plugin-splunk-hec
2 parents 80ea19b + 0444266 commit afd1f05

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
FROM vmware/kube-fluentd-operator:v1.16.2
22

33
RUN set -e \
4-
&& tdnf install -y jq \
4+
&& tdnf install -y jq sed \
55
&& gem install -N fluent-plugin-jq -v "0.5.1" \
6+
&& gem install -N fluent-plugin-splunk-hec -v "1.2.9" \
67
&& echo OK
78

89
# Patch configuration files:
9-
# - Include kube-system.conf after the configs of all other namespaces.
10+
# - Include kube-system.conf after the configs of all other namespaces.
1011
# The original behaviour was to include kube-system.conf before all other namespaces.
1112
RUN set -e \
1213
&& sed -i '/^#.*kube-system/,/^$/{H; d} ; /#.*namespace annotations/,/^$/{ /^$/G }' /templates/fluent.conf \

0 commit comments

Comments
 (0)