sha256:f4dac5b2d1d5938bb83c053e39bfd9242fee3040b0eb5f5d0800acd7f6dd9175
OS/ARCH
linux/amd64
Compressed size
212.2 MB
Last pushed
6 months by bmcgonag
Type
Image
Manifest digest
sha256:55264297b40164f2ecb3162066b192117adee8ca103bc263a8f9f94c64b834b1
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;249 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update162.1 MB12COPY /install /usr/local # buildkit8.71 MB13RUN /bin/sh -c groupadd --gid1.15 KB14WORKDIR /app93 B15COPY app/ app/ # buildkit47.3 KB16COPY wsgi.py run.py gunicorn.conf.py requirements.txt1.62 KB17COPY templates/ templates/ # buildkit5.05 KB18COPY static/ static/ # buildkit49.99 KB19RUN /bin/sh -c mkdir -p96 B20RUN /bin/sh -c mkdir -p97 B21RUN /bin/sh -c chown -R103.36 KB22USER appuser0 B23ENV MEDIA_ROOT=/media DB_PATH=/data/videopress.db PORT=8080 LOG_LEVEL=info0 B24EXPOSE [8080/tcp]0 B25HEALTHCHECK &{["CMD-SHELL" "python3 -c 0 B26CMD ["gunicorn" "-c" "gunicorn.conf.py" "wsgi:application"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'