sha256:be3b9ea4913f0a862079f287ffda1e31f55bb0384a937697f0b2224514c72023
OS/ARCH
Compressed size
1.59 GB
Last pushed
19 days by darklabsh
Type
Image
Manifest digest
sha256:92f197643d658e2e2395c558f102edb4f0b2f27eb1c9e7b49658786691c25ad3
Image Layers
1# debian.sh --arch 'arm64' out/29.94 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.22 MB4ENV PYTHON_VERSION=3.14.70 B5ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B6RUN /bin/sh -c set -eux;11.7 MB7RUN /bin/sh -c set -eux;251 B8CMD ["python3"]0 B9ARG SECLISTS_VERSION0 B10ARG SECLISTS_COMMIT0 B11RUN |2 SECLISTS_VERSION=2026.1 SECLISTS_COMMIT=190c6f7bd58c847ceadfe57d9853592737f059e8 /bin/sh33.32 MB12RUN |2 SECLISTS_VERSION=2026.1 SECLISTS_COMMIT=190c6f7bd58c847ceadfe57d9853592737f059e8 /bin/sh675.99 MB13ARG TARGETARCH0 B14ARG PYTHON_BASE_DIGEST0 B15ARG PYTHON_BASE_INDEX_DIGEST0 B16ARG APP_VERSION0 B17ARG VCS_REF0 B18ARG BUILD_DATE0 B19ARG APT_CACHE_EPOCH0 B20ARG PYTHON_VERSION0 B21ARG SETUPTOOLS_VERSION0 B22ARG SSLYZE_VERSION0 B23ARG WAFW00F_VERSION0 B24ARG POSTGRESQL_CLIENT_VERSION0 B25ARG POSTGRESQL_APT_KEY_SHA2560 B26RUN |13 TARGETARCH=arm64 PYTHON_BASE_DIGEST=sha256:de1d3e88b8ab340de928906e98846611ea7cece9ed335fdeba5309bfcd89117b PYTHON_BASE_INDEX_DIGEST=sha256:cae66f2ef0ec51a9891263eeee7f987dacf0a9879e8aa9353d5606e0530619a5341.09 MB27RUN |13 TARGETARCH=arm64 PYTHON_BASE_DIGEST=sha256:de1d3e88b8ab340de928906e98846611ea7cece9ed335fdeba5309bfcd89117b PYTHON_BASE_INDEX_DIGEST=sha256:cae66f2ef0ec51a9891263eeee7f987dacf0a9879e8aa9353d5606e0530619a5194 B28COPY /out/ / # buildkit234.95 MB29COPY /out/ / # buildkit152.51 MB30COPY /out/ / # buildkit4.02 MB31COPY /out/ / # buildkit7.19 MB32COPY /out/ / # buildkit1.98 MB33COPY /out/ / # buildkit5.65 MB34COPY /out/ / # buildkit15.89 MB35COPY /out/ / # buildkit10.43 MB36COPY /out/ / # buildkit13.59 MB37RUN |13 TARGETARCH=arm64 PYTHON_BASE_DIGEST=sha256:de1d3e88b8ab340de928906e98846611ea7cece9ed335fdeba5309bfcd89117b PYTHON_BASE_INDEX_DIGEST=sha256:cae66f2ef0ec51a9891263eeee7f987dacf0a9879e8aa9353d5606e0530619a571 KB38ENV SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt0 B39ENV REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt0 B40ENV NUCLEI_TEMPLATES_DIR=/tmp/nuclei-templates/current0 B41ENV NUCLEI_CONFIG_DIR=/tmp/nuclei-templates/config/nuclei0 B42ENV HOME=/tmp0 B43ENV PYTHONPATH=/app0 B44WORKDIR /app93 B45RUN |13 TARGETARCH=arm64 PYTHON_BASE_DIGEST=sha256:de1d3e88b8ab340de928906e98846611ea7cece9ed335fdeba5309bfcd89117b PYTHON_BASE_INDEX_DIGEST=sha256:cae66f2ef0ec51a9891263eeee7f987dacf0a9879e8aa9353d5606e0530619a536.43 MB46COPY app/requirements.txt /tmp/requirements.txt # buildkit387 B47RUN |13 TARGETARCH=arm64 PYTHON_BASE_DIGEST=sha256:de1d3e88b8ab340de928906e98846611ea7cece9ed335fdeba5309bfcd89117b PYTHON_BASE_INDEX_DIGEST=sha256:cae66f2ef0ec51a9891263eeee7f987dacf0a9879e8aa9353d5606e0530619a521.75 MB48RUN |13 TARGETARCH=arm64 PYTHON_BASE_DIGEST=sha256:de1d3e88b8ab340de928906e98846611ea7cece9ed335fdeba5309bfcd89117b PYTHON_BASE_INDEX_DIGEST=sha256:cae66f2ef0ec51a9891263eeee7f987dacf0a9879e8aa9353d5606e0530619a51.24 KB49RUN |13 TARGETARCH=arm64 PYTHON_BASE_DIGEST=sha256:de1d3e88b8ab340de928906e98846611ea7cece9ed335fdeba5309bfcd89117b PYTHON_BASE_INDEX_DIGEST=sha256:cae66f2ef0ec51a9891263eeee7f987dacf0a9879e8aa9353d5606e0530619a519.23 MB50RUN |13 TARGETARCH=arm64 PYTHON_BASE_DIGEST=sha256:de1d3e88b8ab340de928906e98846611ea7cece9ed335fdeba5309bfcd89117b PYTHON_BASE_INDEX_DIGEST=sha256:cae66f2ef0ec51a9891263eeee7f987dacf0a9879e8aa9353d5606e0530619a5118 B51COPY app/ /app/ # buildkit14.54 MB52COPY scripts/operations/backup_system.py scripts/operations/migrate_sqlite_to_postgres.py scripts/operations/restore_system.py /app/tools/26.39 KB53COPY LICENSE /usr/share/doc/darklab-shell/LICENSE # buildkit11.68 KB54COPY deploy/THIRD_PARTY_NOTICES.txt deploy/container-licenses.json /usr/share/doc/darklab-shell/ #4.12 KB55COPY deploy/third-party-licenses/ /usr/share/doc/darklab-shell/licenses/ # buildkit13.81 KB56COPY entrypoint.sh /entrypoint.sh # buildkit4.2 KB57COPY scripts/container/stage_runtime_source.sh /usr/local/libexec/darklab-stage-runtime-source # buildkit778 B58COPY scripts/container/bootstrap_nuclei_templates.sh /usr/local/libexec/darklab-bootstrap-nuclei-templates # buildkit1.06 KB59COPY scripts/container/prepare_nuclei_template_cache.sh /usr/local/libexec/darklab-prepare-nuclei-template-cache # buildkit1.4 KB60RUN |13 TARGETARCH=arm64 PYTHON_BASE_DIGEST=sha256:de1d3e88b8ab340de928906e98846611ea7cece9ed335fdeba5309bfcd89117b PYTHON_BASE_INDEX_DIGEST=sha256:cae66f2ef0ec51a9891263eeee7f987dacf0a9879e8aa9353d5606e0530619a56.2 KB61ARG APP_PORT=88880 B62EXPOSE map[8888/tcp:{}]0 B63ENTRYPOINT ["/entrypoint.sh"]0 B64LABEL org.opencontainers.image.title=darklab_shell org.opencontainers.image.description=Self-hosted browser shell0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1787529600'