Skip to content

Commit c37c687

Browse files
committed
Upgrade base image v1.11.0 to v1.12.0, remove merged cri-o patch
1 parent 8beb7f3 commit c37c687

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jvassev/kube-fluentd-operator:v1.11.0
1+
FROM vmware/kube-fluentd-operator:v1.12.0
22

33
RUN set -e \
44
&& apt-get update \
@@ -23,7 +23,5 @@ RUN set -e \
2323
# Patch configuration files:
2424
# - Include kube-system.conf after the configs of all other namespaces.
2525
# The original behaviour was to include kube-system.conf before all other namespaces.
26-
# - https://github.com/vmware/kube-fluentd-operator/pull/91
2726
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

0 commit comments

Comments
 (0)