sha256:385f10cb58f5ccbb232e1dc40ef61bd95a57cb9d5103a1efa385e6c2d31fd49f
OS/ARCH
Compressed size
154.87 MB
Last pushed
8 months by intelowlproject
Type
Image
Manifest digest
sha256:d074df5c5cc7f394c4ae3c461ac21ae41ae6692f05e5d3fefd0ad34f3afc3e80
Image Layers
1COPY / / # buildkit64.31 MB2ENV LANG=C.utf80 B3CMD ["/bin/bash"]0 B4RUN /bin/sh -c dnf -y24.81 MB5COPY /fakeroot / # buildkit30.48 MB6RUN /bin/sh -c mkdir -p183 B7COPY /update.yaml /etc/suricata/update.yaml # buildkit199 B8COPY /suricata.logrotate /etc/logrotate.d/suricata # buildkit271 B9RUN /bin/sh -c suricata-update update-sources8.5 MB10RUN /bin/sh -c useradd --system8.51 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 -y7.55 MB22WORKDIR /opt/deploy/pcap_analyzers-flask148 B23COPY app.py requirements.txt entrypoint.sh ./1.78 KB24COPY check_pcap.py update_signatures.sh / #1.75 KB25COPY crontab /etc/cron.d/suricata # buildkit251 B26COPY config/suricata/etc/* /etc/suricata # buildkit17.48 KB27COPY config/suricata/rules/* /var/lib/suricata/rules # buildkit207 B28RUN /bin/sh -c pip3 install10.7 MB29EXPOSE [4004/tcp]0 B30ENTRYPOINT ["./entrypoint.sh"]0 BCommand
COPY / / # buildkit