sha256:f6ed66a631e2ce239686f06959aafe4ff26a0c502aee3542f8f26948a88a22e5
OS/ARCH
Compressed size
145.97 MB
Last pushed
7 days by bandhq
Type
Image
Manifest digest
sha256:30483f4a1d442bbdf4afd53fc9f263cf96bd7b8da45ec358f6b1d87923ce5e2b
Image Layers
1# debian.sh --arch 'amd64' out/28.4 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.23 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.55 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11ARG BAND_SDK_HOME=/opt/band0 B12ARG DEBIAN_FRONTEND=noninteractive0 B13RUN |2 BAND_SDK_HOME=/opt/band DEBIAN_FRONTEND=noninteractive /bin/sh44.18 MB14ENV SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt0 B15LABEL org.opencontainers.image.source=https://github.com/band-ai/band-sdk-python org.opencontainers.image.licenses=MIT org.opencontainers.image.title=band-python-kit org.opencontainers.image.description=Run0 B16ENV BAND_SDK_HOME=/opt/band0 B17COPY /opt/band/venv /opt/band/venv # buildkit10.22 MB18COPY /uv /opt/band/bin/uv # buildkit20.08 MB19RUN |2 BAND_SDK_HOME=/opt/band DEBIAN_FRONTEND=noninteractive /bin/sh30.3 MB20ENV BAND_SDK_PYTHON=/opt/band/venv/bin/python0 B21ENV BAND_SDK_UV=/opt/band/bin/uv0 B22COPY docker/band_python_kit/entrypoint.sh /usr/local/bin/band-entrypoint.sh # buildkit936 B23RUN |2 BAND_SDK_HOME=/opt/band DEBIAN_FRONTEND=noninteractive /bin/sh931 B24RUN |2 BAND_SDK_HOME=/opt/band DEBIAN_FRONTEND=noninteractive /bin/sh3.25 KB25ENV HOME=/home/agent0 B26WORKDIR /home/agent32 B27ENTRYPOINT ["/usr/local/bin/band-entrypoint.sh"]0 B28CMD ["bash"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'