sha256:396c62c11ef1e2cc7aaaed8b62bfcc0556deb0029a02397b9ec8b280754bac7a
OS/ARCH
Compressed size
59.94 MB
Last pushed
about 2 months by dsxconnect
Type
Image
Manifest digest
sha256:21f1c0d2cb5a5503e5d0327141363d649d2ba1cd162d9b5fdd19f0ee2f19055d
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.36 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;13.04 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update735 B12RUN /bin/sh -c useradd -m3.23 KB13WORKDIR /app91 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 # buildkit298 B20RUN |2 PIP_INDEX_URL= PIP_EXTRA_INDEX_URL= /bin/sh16.46 MB21RUN |2 PIP_INDEX_URL= PIP_EXTRA_INDEX_URL= /bin/sh119 B22RUN |2 PIP_INDEX_URL= PIP_EXTRA_INDEX_URL= /bin/sh121 B23COPY connectors/framework connectors/framework # buildkit82.36 KB24COPY connectors/filesystem/__init__.py connectors/filesystem/ # buildkit178 B25COPY connectors/filesystem/config.py connectors/filesystem/ # buildkit2.88 KB26COPY connectors/filesystem/filesystem_connector.py connectors/filesystem/ # buildkit8.4 KB27COPY connectors/filesystem/filesystem_monitor.py connectors/filesystem/ # buildkit2.28 KB28COPY connectors/filesystem/version.py connectors/filesystem/ # buildkit220 B29COPY shared/ shared/ # buildkit61.22 KB30COPY shared/deploy/certs/ certs/ # buildkit642 B31RUN |2 PIP_INDEX_URL= PIP_EXTRA_INDEX_URL= /bin/sh649 B32COPY connectors/filesystem/start.py connectors/filesystem/ # buildkit1.32 KB33ENV PYTHONPATH=/app0 B34RUN |2 PIP_INDEX_URL= PIP_EXTRA_INDEX_URL= /bin/sh117 B35USER appuser0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'