sha256:e9758dfb0c388df5941b28e8ffca874b79c683ec76b5f37b1455800a332e1d18
OS/ARCH
linux/amd64
Compressed size
60.2 MB
Last pushed
8 months by dsxconnect
Type
Image
Manifest digest
sha256:19baf46e0c0ddf4444f2aa30e0eea87b66a1854b4f165ea64844014e87813329
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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;3.35 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.120 B7ENV PYTHON_SHA256=fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c40 B8RUN /bin/sh -c set -eux;13.03 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update734 B12RUN /bin/sh -c useradd -m3.23 KB13WORKDIR /app93 B14ARG PIP_INDEX_URL0 B15ARG PIP_EXTRA_INDEX_URL0 B16ENV PIP_INDEX_URL=0 B17ENV PIP_EXTRA_INDEX_URL=0 B18ENV PIP_NO_CACHE_DIR=1 PIP_DISABLE_PIP_VERSION_CHECK=10 B19COPY connectors/filesystem/requirements.txt requirements.txt # buildkit300 B20RUN |2 PIP_INDEX_URL= PIP_EXTRA_INDEX_URL= /bin/sh16.64 MB21RUN |2 PIP_INDEX_URL= PIP_EXTRA_INDEX_URL= /bin/sh118 B22RUN |2 PIP_INDEX_URL= PIP_EXTRA_INDEX_URL= /bin/sh120 B23COPY connectors/framework connectors/framework # buildkit81.09 KB24COPY connectors/filesystem connectors/filesystem # buildkit83.12 KB25COPY shared/ shared/ # buildkit84.64 KB26COPY shared/deploy/certs/ certs/ # buildkit655 B27RUN |2 PIP_INDEX_URL= PIP_EXTRA_INDEX_URL= /bin/sh661 B28COPY connectors/filesystem/start.py . # buildkit722 B29ENV PYTHONPATH=/app0 B30RUN |2 PIP_INDEX_URL= PIP_EXTRA_INDEX_URL= /bin/sh117 B31USER appuser0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1768176000'