mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-31 06:10:45 +00:00
fix(docker/no-driver): add missing HOST_ROOT
env
Please note that the `HOME` env has been added for consistency purposes with the main docker image. Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
@@ -22,6 +22,9 @@ RUN sed -e 's/time_format_iso_8601: false/time_format_iso_8601: true/' < /falco/
|
||||
|
||||
FROM scratch
|
||||
|
||||
ENV HOST_ROOT /host
|
||||
ENV HOME /root
|
||||
|
||||
COPY --from=ubuntu /falco /
|
||||
|
||||
CMD ["/usr/bin/falco", "-o", "time_format_iso_8601=true"]
|
Reference in New Issue
Block a user