sha256:bff5fac8595775e1e57d3e6deaba5a8aa952132cff45858e396096a248814d61
OS/ARCH
linux/amd64
Compressed size
291.54 MB
Last pushed
3 months by spoudbot
Type
Image
Manifest digest
sha256:bff5fac8595775e1e57d3e6deaba5a8aa952132cff45858e396096a248814d61
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.23 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.140 B6ENV PYTHON_SHA256=639e43243c620a308f968213df9e00f2f8f62332f7adbaa7a7eeb9783057c6900 B7RUN /bin/sh -c set -eux;11.34 MB8RUN /bin/sh -c set -eux;249 B9CMD ["python3"]0 B10RUN /bin/sh -c apt update18.48 MB11RUN /bin/sh -c groupadd -r3.12 KB12USER profiler0 B13ENV HOME=/tmp0 B14EXPOSE map[8089/tcp:{}]0 B15WORKDIR /app96 B16COPY /opt/venv /opt/venv # buildkit232.06 MB17COPY /build/profiler ./profiler # buildkit7.2 KB18COPY /build/*.py ./ # buildkit3.63 KB19COPY config/* ./config/ # buildkit1.51 KB20COPY profiler_app.py ./ # buildkit32 B21COPY template/wrapper.html /opt/venv/lib/python3.13/site-packages/pandas_profiling/view/templates # buildkit744 B22ENV PATH=/opt/venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B23ARG VERSION=default0 B24ENV SDM_PROFILER_SERVICE_VERSION=default0 B25ENTRYPOINT ["python" "profiler_app.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1781049600'