sha256:06628059a03c5eb56ef28fc02c67ec567ad4b9f96afb7337b1fac7c4ffd944f6
OS/ARCH
linux/amd64
Compressed size
65.08 MB
Last pushed
6 months by dsxconnect
Type
Image
Manifest digest
sha256:023f1f53e9540756c8a47449dcd70d893efdae25ce3a2e03d74aed49c85a2fe0
Image Layers
1# debian.sh --arch 'amd64' out/26.93 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.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;13.03 MB9RUN /bin/sh -c set -eux;251 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update735 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/onedrive/requirements.txt requirements.txt # buildkit305 B20RUN |2 PIP_INDEX_URL= PIP_EXTRA_INDEX_URL= /bin/sh21.55 MB21COPY connectors/framework connectors/framework # buildkit111.23 KB22COPY connectors/onedrive/__init__.py connectors/onedrive/ # buildkit178 B23COPY connectors/onedrive/config.py connectors/onedrive/ # buildkit1.37 KB24COPY connectors/onedrive/onedrive_client.py connectors/onedrive/ # buildkit2.43 KB25COPY connectors/onedrive/onedrive_connector.py connectors/onedrive/ # buildkit4.85 KB26COPY connectors/onedrive/tokens.py connectors/onedrive/ # buildkit348 B27COPY connectors/onedrive/version.py connectors/onedrive/ # buildkit220 B28COPY shared/ shared/ # buildkit95.07 KB29COPY shared/deploy/certs/ certs/ # buildkit649 B30RUN |2 PIP_INDEX_URL= PIP_EXTRA_INDEX_URL= /bin/sh654 B31COPY connectors/onedrive/start.py ./start.py # buildkit666 B32ENV PYTHONPATH=/app0 B33RUN |2 PIP_INDEX_URL= PIP_EXTRA_INDEX_URL= /bin/sh118 B34USER appuser0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'