sha256:aa2caaf45cd22caa4ae02e456b9999c72d411238b4773df600c6bb4224334c99
OS/ARCH
linux/amd64
Compressed size
88.47 MB
Last pushed
over 1 year by githubseatableio
Type
Image
Manifest digest
sha256:3a4dea375ba850d6e52ea460c47048d75e888723d69821e715623dba5a2d1ef0
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 update23.58 MB12COPY /tmp/docker /usr/local/bin/docker # buildkit18.66 MB13RUN /bin/sh -c chmod +x32 B14WORKDIR /opt/seatable-python-starter130 B15COPY ./ ./ # buildkit5.66 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'