Sign inSign up

hackerseravsoc/scr-reporting-tool:latest

Multi-platform
Index digest

sha256:2de024e2372ea46d061162fa8acd6de7c4b9888dead16788498e1c69ae5ecacb

OS/ARCH

Compressed size

209.69 MB

Last pushed

4 months by hackerseravsoc

Type

Image

Manifest digest

sha256:4fbb32b4132ce5d3dbfea4651d0b8e95f4eac0d8960d3d67cc76f817073bfc6c

Image Layers

1# debian.sh --arch 'amd64' out/26.93 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;3.36 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.130 B
7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B
8RUN /bin/sh -c set -eux;13.03 MB
9RUN /bin/sh -c set -eux;250 B
10CMD ["python3"]0 B
11WORKDIR /app92 B
12RUN /bin/sh -c apt-get update144.16 MB
13COPY requirements.txt . # buildkit237 B
14RUN /bin/sh -c pip install21.73 MB
15COPY html_to_json.py generate_report.py web_app.py run_all.py28.22 KB
16COPY template.docx logo.png ./ #470.29 KB
17COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit547 B
18RUN /bin/sh -c chmod +x610 B
19ENV SCR_WEB_HOST=0.0.0.00 B
20ENV SCR_WEB_PORT=50000 B
21EXPOSE [5000/tcp]0 B
22HEALTHCHECK &{["CMD-SHELL" "python -c \"import0 B
23ENTRYPOINT ["/docker-entrypoint.sh"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'