sha256:b47180ceab9bafd81de0417aa04dac8373c1cb96ed0906721c59fae44f49ca43
OS/ARCH
Compressed size
48.47 MB
Last pushed
10 months by forewarnedsecurity
Type
Image
Manifest digest
sha256:2e8cbd4b12913fdb22577a8189da85c70f6440418e93f34fc803f13e5d55dded
Image Layers
1# debian.sh --arch 'arm64' out/28.74 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.21 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.140 B7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B8RUN /bin/sh -c set -eux;13.65 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11WORKDIR /app93 B12RUN /bin/sh -c apt-get update316 B13RUN /bin/sh -c groupadd -r1.09 KB14COPY requirements.txt . # buildkit149 B15RUN /bin/sh -c pip install4.84 MB16COPY . . # buildkit8.41 KB17RUN /bin/sh -c mkdir -p8.45 KB18USER honeypot0 B19EXPOSE [80/tcp]0 B20CMD ["python" "honeypot.py" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1763337600'