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:
Leonardo Di Donato 2020-01-23 12:18:26 +00:00 committed by poiana
parent c96248e4fc
commit 347b581d95
2 changed files with 0 additions and 10 deletions

View File

@ -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 \
&& 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 ["/traces"]

View File

@ -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 \
&& 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 ["/traces"]