sha256:6aca213aff7e58fbb6787b86798e9b2b6c8be38c9847aabcd57a4fb3f746ed6f
OS/ARCH
linux/amd64
Compressed size
75.66 MB
Last pushed
6 months by dsxconnect
Type
Image
Manifest digest
sha256:727619cf6506a55b353dbb6fc2d2f914c5e03516e1dea300cd12b7f1c940388e
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 update736 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/google_cloud_storage/requirements.txt requirements.txt # buildkit320 B20RUN |2 PIP_INDEX_URL= PIP_EXTRA_INDEX_URL= /bin/sh32.08 MB21COPY connectors/framework connectors/framework # buildkit111.23 KB22COPY connectors/google_cloud_storage connectors/google_cloud_storage # buildkit62.3 KB23COPY shared/ shared/ # buildkit95.09 KB24RUN |2 PIP_INDEX_URL= PIP_EXTRA_INDEX_URL= /bin/sh182 B25COPY shared/deploy/certs/ certs/ # buildkit649 B26RUN |2 PIP_INDEX_URL= PIP_EXTRA_INDEX_URL= /bin/sh654 B27COPY connectors/google_cloud_storage/start.py . # buildkit742 B28ENV PYTHONPATH=/app0 B29RUN |2 PIP_INDEX_URL= PIP_EXTRA_INDEX_URL= /bin/sh117 B30USER appuser0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'