File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM jvassev /kube-fluentd-operator:v1.11 .0
1
+ FROM vmware /kube-fluentd-operator:v1.12 .0
2
2
3
3
RUN set -e \
4
4
&& apt-get update \
@@ -23,7 +23,5 @@ RUN set -e \
23
23
# Patch configuration files:
24
24
# - Include kube-system.conf after the configs of all other namespaces.
25
25
# The original behaviour was to include kube-system.conf before all other namespaces.
26
- # - https://github.com/vmware/kube-fluentd-operator/pull/91
27
26
RUN set -e \
28
- && sed -i '/^#.*kube-system/,/^$/{H; d} ; /#.*namespace annotations/,/^$/{ /^$/G }' /templates/fluent.conf \
29
- && sed -i '/# cri-o/,/# docker/{ s!format1.*!format1 /^(?<partials>([^\\ n]+ (stdout|stderr) P [^\\ n]+\\ n)*)/!; s!format2.*!format2 /(?<time>[^\\ n]+) (?<stream>stdout|stderr) F (?<log>[^\\ n]*)/! }' /templates/kubernetes.conf
27
+ && sed -i '/^#.*kube-system/,/^$/{H; d} ; /#.*namespace annotations/,/^$/{ /^$/G }' /templates/fluent.conf
You can’t perform that action at this time.
0 commit comments