sha256:3a74590d6f582c8bf7eb4d42c99929a9953ec2db239b482deeeec977d3340344
OS/ARCH
Compressed size
1.61 GB
Last pushed
1 day by darklabsh
Type
Image
Manifest digest
sha256:118003334f314f48239ca86dcc8c4f1a0fc057bb6798fc0280d3b402ab238661
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;4.39 MB4ENV PYTHON_VERSION=3.14.70 B5ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B6RUN /bin/sh -c set -eux;11.71 MB7RUN /bin/sh -c set -eux;249 B8CMD ["python3"]0 B9ARG SECLISTS_VERSION0 B10ARG SECLISTS_COMMIT0 B11RUN |2 SECLISTS_VERSION=2026.1 SECLISTS_COMMIT=190c6f7bd58c847ceadfe57d9853592737f059e8 /bin/sh35.57 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:964225e67be639ec050dc6ce66ac0958b67e4ce0603e9847b2fae34cbf23f848 PYTHON_BASE_INDEX_DIGEST=sha256:cad9a2c871761c413caa6fdd6441c783451e740a48aaeba60ae62a8b53525ef6347.69 MB27RUN |13 TARGETARCH=arm64 PYTHON_BASE_DIGEST=sha256:964225e67be639ec050dc6ce66ac0958b67e4ce0603e9847b2fae34cbf23f848 PYTHON_BASE_INDEX_DIGEST=sha256:cad9a2c871761c413caa6fdd6441c783451e740a48aaeba60ae62a8b53525ef6197 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:964225e67be639ec050dc6ce66ac0958b67e4ce0603e9847b2fae34cbf23f848 PYTHON_BASE_INDEX_DIGEST=sha256:cad9a2c871761c413caa6fdd6441c783451e740a48aaeba60ae62a8b53525ef671.25 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:964225e67be639ec050dc6ce66ac0958b67e4ce0603e9847b2fae34cbf23f848 PYTHON_BASE_INDEX_DIGEST=sha256:cad9a2c871761c413caa6fdd6441c783451e740a48aaeba60ae62a8b53525ef636.46 MB46COPY app/requirements.txt /tmp/requirements.txt # buildkit426 B47RUN |13 TARGETARCH=arm64 PYTHON_BASE_DIGEST=sha256:964225e67be639ec050dc6ce66ac0958b67e4ce0603e9847b2fae34cbf23f848 PYTHON_BASE_INDEX_DIGEST=sha256:cad9a2c871761c413caa6fdd6441c783451e740a48aaeba60ae62a8b53525ef622.9 MB48RUN |13 TARGETARCH=arm64 PYTHON_BASE_DIGEST=sha256:964225e67be639ec050dc6ce66ac0958b67e4ce0603e9847b2fae34cbf23f848 PYTHON_BASE_INDEX_DIGEST=sha256:cad9a2c871761c413caa6fdd6441c783451e740a48aaeba60ae62a8b53525ef61.24 KB49RUN |13 TARGETARCH=arm64 PYTHON_BASE_DIGEST=sha256:964225e67be639ec050dc6ce66ac0958b67e4ce0603e9847b2fae34cbf23f848 PYTHON_BASE_INDEX_DIGEST=sha256:cad9a2c871761c413caa6fdd6441c783451e740a48aaeba60ae62a8b53525ef619.23 MB50RUN |13 TARGETARCH=arm64 PYTHON_BASE_DIGEST=sha256:964225e67be639ec050dc6ce66ac0958b67e4ce0603e9847b2fae34cbf23f848 PYTHON_BASE_INDEX_DIGEST=sha256:cad9a2c871761c413caa6fdd6441c783451e740a48aaeba60ae62a8b53525ef6118 B51COPY app/ /app/ # buildkit14.71 MB52COPY scripts/operations/backup_system.py scripts/operations/manage_principal_access.py scripts/operations/migrate_sqlite_to_postgres.py scripts/operations/restore_system.py28.49 KB53COPY LICENSE /usr/share/doc/darklab-shell/LICENSE # buildkit11.67 KB54COPY deploy/THIRD_PARTY_NOTICES.txt deploy/container-licenses.json /usr/share/doc/darklab-shell/ #4.11 KB55COPY deploy/third-party-licenses/ /usr/share/doc/darklab-shell/licenses/ # buildkit13.8 KB56COPY entrypoint.sh /entrypoint.sh # buildkit4.2 KB57COPY scripts/container/stage_runtime_source.sh /usr/local/libexec/darklab-stage-runtime-source # buildkit777 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.39 KB60RUN |13 TARGETARCH=arm64 PYTHON_BASE_DIGEST=sha256:964225e67be639ec050dc6ce66ac0958b67e4ce0603e9847b2fae34cbf23f848 PYTHON_BASE_INDEX_DIGEST=sha256:cad9a2c871761c413caa6fdd6441c783451e740a48aaeba60ae62a8b53525ef66.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'