sha256:e6897429a07256fb2365129764dca61c5663bbceefa2edc77d1dc3d739b05c72
OS/ARCH
Compressed size
141.42 MB
Last pushed
5 months by intelowlproject
Type
Image
Manifest digest
sha256:7e0957cfb87e55a726cd69d41067b135671cb15702263fa7bdeed37414f28a26
Image Layers
1COPY / / # buildkit62.7 MB2ENV LANG=C.utf80 B3CMD ["/bin/bash"]0 B4RUN /bin/sh -c dnf -y11.92 MB5COPY /fakeroot / # buildkit29.77 MB6RUN /bin/sh -c mkdir -p182 B7COPY /update.yaml /etc/suricata/update.yaml # buildkit197 B8COPY /suricata.logrotate /etc/logrotate.d/suricata # buildkit267 B9RUN /bin/sh -c suricata-update update-sources8.69 MB10RUN /bin/sh -c useradd --system8.7 MB11VOLUME [/var/log/suricata]0 B12VOLUME [/var/lib/suricata]0 B13VOLUME [/var/run/suricata]0 B14VOLUME [/etc/suricata]0 B15COPY /docker-entrypoint.sh / # buildkit805 B16ENTRYPOINT ["/docker-entrypoint.sh"]0 B17RUN /bin/sh -c /usr/bin/suricata --build-info32 B18ENV PROJECT_PATH=/opt/deploy0 B19ENV LOG_PATH=/var/log/intel_owl/pcap_analyzers0 B20ENV USER=pcap_analyzers-user0 B21RUN /bin/sh -c dnf -y8.67 MB22WORKDIR /opt/deploy/pcap_analyzers-flask150 B23COPY app.py requirements.txt entrypoint.sh ./2.03 KB24COPY check_pcap.py update_signatures.sh / #1.75 KB25COPY crontab /etc/cron.d/suricata # buildkit258 B26COPY config/suricata/etc/* /etc/suricata/ # buildkit17.49 KB27COPY config/suricata/rules/* /var/lib/suricata/rules/ # buildkit211 B28RUN /bin/sh -c pip3 install10.96 MB29EXPOSE [4004/tcp]0 B30ENTRYPOINT ["./entrypoint.sh"]0 BCommand
COPY / / # buildkit