sha256:e0aaeb4da0cafcf7a28d0ab0de54972e55c73082283de66cd648033c46b7d5bc
OS/ARCH
Compressed size
328.71 MB
Last pushed
6 days by nandyalu
Type
Image
Manifest digest
sha256:170e7678fabcbec127e61a52a865e75032896ba2af38156ceb4ac6d2fe5c498e
Image Layers
1# debian.sh --arch 'arm64' out/28.76 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;4.39 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.150 B6ENV PYTHON_SHA256=1e66a7945a48390ee4c2a4268a0e4185884059a13c4aab6d148aa208deea4a760 B7RUN /bin/sh -c set -eux;11.29 MB8RUN /bin/sh -c set -eux;248 B9CMD ["python3"]0 B10RUN /bin/sh -c apt-get update5.27 MB11WORKDIR /app93 B12COPY /uv /usr/local/bin/uv # buildkit20.37 MB13COPY ./.python-version /app/.python-version # buildkit149 B14COPY ./pyproject.toml /app/pyproject.toml # buildkit337 B15COPY ./uv.lock /app/uv.lock # buildkit18.8 KB16RUN /bin/sh -c uv pip18.75 MB17COPY ./scripts/install_ffmpeg.sh /tmp/install_ffmpeg.sh # buildkit817 B18RUN /bin/sh -c chmod +x185.51 MB19COPY /usr/local/bin/gosu /usr/local/bin/gosu # buildkit720.25 KB20RUN /bin/sh -c chmod +x32 B21COPY ./scripts/install_drivers.sh /tmp/install_drivers.sh # buildkit1.31 KB22RUN /bin/sh -c chmod +x1.31 KB23ARG IMAGE_VERSION=2609110 B24ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 TZ=America/New_York IMAGE_VERSION=2609110 B25RUN |1 IMAGE_VERSION=260911 /bin/sh -c14.06 MB26RUN |1 IMAGE_VERSION=260911 /bin/sh -c39.57 MB27CMD ["sleep" "infinity"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1787529600'