Skip to content

Commit 187afa5

Browse files
authored
another try for fluent-plugin-splunk-hec
1 parent 7207b49 commit 187afa5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Dockerfile

+3-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ RUN set -e \
44
&& tdnf install -y jq sed \
55
&& gem install -N fluent-plugin-jq -v "0.5.1" \
66
&& gem install -N fluent-plugin-grafana-loki -v "1.2.20" \
7+
&& gem uninstall fluent-plugin-splunk-hec -a -x \
8+
&& gem install -N fluent-plugin-splunk-hec -v "1.3.3" \
79
&& echo OK
8-
9-
RUN bundle install && \
10-
gem uninstall fluent-plugin-splunk-hec -a -x && \
11-
gem install -N fluent-plugin-splunk-hec -v "1.3.3"
12-
10+
1311
# Patch configuration files:
1412
# - relabel all at end to allow default match in kube-system.conf (is before all other namespaces)
1513
# - kubelet.log of rancher is in /var/lib/rancher/rke2/agent/logs

0 commit comments

Comments
 (0)