sha256:c83c9a25218f318cf6e00648c8fa4b0d781e232fc18e073d84f7ab6a1533a168
OS/ARCH
Compressed size
53.9 MB
Last pushed
4 months by teableio
Type
Image
Manifest digest
sha256:4e9d3981661c1993b555e4b6dd9765aabc646e0c6fc1def02e158b5c02a66dcf
Image Layers
1# debian.sh --arch 'arm64' out/28.75 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;1.22 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.10.200 B7ENV PYTHON_SHA256=de6517421601e39a9a3bc3e1bc4c7b2f239297423ee05e282598c83ec06475050 B8RUN /bin/sh -c set -eux;13.14 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11ENV PIP_DISABLE_PIP_VERSION_CHECK=1 PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 UV_PROJECT_ENV=/app/.venv0 B12WORKDIR /app93 B13COPY /app/.venv /app/.venv # buildkit10.66 MB14COPY /app/opensandbox_server /app/opensandbox_server # buildkit145.98 KB15COPY /app/opensandbox_server/examples/example.config.k8s.toml /etc/opensandbox/config.toml # buildkit1.7 KB16COPY /app/opensandbox_server/examples/example.config.k8s.zh.toml /etc/opensandbox/config.zh.toml # buildkit2.02 KB17COPY /app/opensandbox_server/examples/example.batchsandbox-template.yaml /etc/opensandbox/example.batchsandbox-template.yaml # buildkit442 B18COPY /app/opensandbox_server/examples/e2e.batchsandbox-template.yaml /etc/opensandbox/e2e.batchsandbox-template.yaml # buildkit514 B19EXPOSE [8080/tcp]0 B20ENTRYPOINT ["opensandbox-server"]0 B21CMD ["--config" "/etc/opensandbox/config.toml"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1779062400'