sha256:e0aaeb4da0cafcf7a28d0ab0de54972e55c73082283de66cd648033c46b7d5bc
OS/ARCH
Compressed size
427.22 MB
Last pushed
6 days by nandyalu
Type
Image
Manifest digest
sha256:5d8985a14b934891168d458bb52200cb6f99c64533725c45a7fcc0eccd07b1c9
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;4.07 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.150 B6ENV PYTHON_SHA256=1e66a7945a48390ee4c2a4268a0e4185884059a13c4aab6d148aa208deea4a760 B7RUN /bin/sh -c set -eux;11.36 MB8RUN /bin/sh -c set -eux;249 B9CMD ["python3"]0 B10RUN /bin/sh -c apt-get update5.32 MB11WORKDIR /app93 B12COPY /uv /usr/local/bin/uv # buildkit21.04 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 pip19.22 MB17COPY ./scripts/install_ffmpeg.sh /tmp/install_ffmpeg.sh # buildkit817 B18RUN /bin/sh -c chmod +x201.32 MB19COPY /usr/local/bin/gosu /usr/local/bin/gosu # buildkit765.2 KB20RUN /bin/sh -c chmod +x32 B21COPY ./scripts/install_drivers.sh /tmp/install_drivers.sh # buildkit1.31 KB22RUN /bin/sh -c chmod +x80.85 MB23ARG IMAGE_VERSION=2609110 B24ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 TZ=America/New_York IMAGE_VERSION=2609110 B25RUN |1 IMAGE_VERSION=260911 /bin/sh -c14.13 MB26RUN |1 IMAGE_VERSION=260911 /bin/sh -c40.73 MB27CMD ["sleep" "infinity"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'