sha256:853eee6cc9755342a94893b3db898b7915f9585e82580164269ddee17c6d73a6
OS/ARCH
linux/amd64
Compressed size
82.7 MB
Last pushed
over 1 year by githubseatableio
Type
Image
Manifest digest
sha256:5d99b8865fcb85bd9b3cd67b0c9f6117978c736ee99960af13eac0497eda6795
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.100 B7ENV PYTHON_SHA256=07ab697474595e06f06647417d3c7fa97ded07afc1a7e4454c5639919b46eaea0 B8RUN /bin/sh -c set -eux;13.03 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update17.82 MB12COPY /tmp/docker /usr/local/bin/docker # buildkit18.66 MB13RUN /bin/sh -c chmod +x32 B14WORKDIR /opt/seatable-python-starter130 B15COPY ./ ./ # buildkit5.64 KB16COPY /root/.local /root/.local # buildkit2.92 MB17RUN /bin/sh -c mkdir -p149 B18ENV PATH=/root/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B19ENV LOG_DIR=/opt/seatable-python-starter/logs0 B20RUN /bin/sh -c chmod +x32 B21ENTRYPOINT ["/bin/bash" "/opt/seatable-python-starter/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'