fix(docker/no-driver): enable time_format_iso_8601 by default

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Leonardo Grasso 2020-05-14 16:16:57 +02:00 committed by poiana
parent 2345ea2770
commit 935d9f5378

View File

@ -55,4 +55,7 @@ COPY --from=ubuntu /lib64/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2
COPY --from=ubuntu /falco /
RUN sed -e 's/time_format_iso_8601: false/time_format_iso_8601: true/' < /etc/falco/falco.yaml > /etc/falco/falco.yaml.new \
&& mv /etc/falco/falco.yaml.new /etc/falco/falco.yaml
CMD ["/usr/bin/falco", "-o", "time_format_iso_8601=true"]