mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-18 16:51:30 +00:00
chore: cleanup docker test runners
Co-Authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
c96248e4fc
commit
347b581d95
@ -15,11 +15,6 @@ RUN dpkg -i /falco-${FALCO_VERSION}-x86_64.deb
|
|||||||
RUN sed -e 's/time_format_iso_8601: false/time_format_iso_8601: true/' < /etc/falco/falco.yaml > /etc/falco/falco.yaml.new \
|
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
|
&& mv /etc/falco/falco.yaml.new /etc/falco/falco.yaml
|
||||||
|
|
||||||
# # The local container also copies some test trace files and
|
|
||||||
# # corresponding rules that are used when running regression tests.
|
|
||||||
# COPY source/testrules/*.yaml /rules/
|
|
||||||
# COPY traces/*.scap /traces/
|
|
||||||
|
|
||||||
VOLUME ["/rules"]
|
VOLUME ["/rules"]
|
||||||
VOLUME ["/traces"]
|
VOLUME ["/traces"]
|
||||||
|
|
||||||
|
@ -16,11 +16,6 @@ RUN yum install -y /falco-${FALCO_VERSION}-x86_64.rpm
|
|||||||
RUN sed -e 's/time_format_iso_8601: false/time_format_iso_8601: true/' < /etc/falco/falco.yaml > /etc/falco/falco.yaml.new \
|
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
|
&& mv /etc/falco/falco.yaml.new /etc/falco/falco.yaml
|
||||||
|
|
||||||
# # The local container also copies some test trace files and
|
|
||||||
# # corresponding rules that are used when running regression tests.
|
|
||||||
# COPY source/testrules/*.yaml /rules/
|
|
||||||
# COPY traces/*.scap /traces/
|
|
||||||
|
|
||||||
VOLUME ["/rules"]
|
VOLUME ["/rules"]
|
||||||
VOLUME ["/traces"]
|
VOLUME ["/traces"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user