Sign inSign up

bmcgonag/videopress:0.2.6

Index digest

sha256:3f31a40050884b0095f8a807a5903fe3f6705b5679e9258183896b4b9eddbf4a

OS/ARCH

linux/amd64

Compressed size

212.12 MB

Last pushed

6 months by bmcgonag

Type

Image

Manifest digest

sha256:ba14b3e64342e164b6a64dcbbcbbef45705bd016dfe1366077879b9b8e26dc3c

Image Layers

1# debian.sh --arch 'amd64' out/28.4 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;1.23 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.130 B
7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B
8RUN /bin/sh -c set -eux;11.55 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
11RUN /bin/sh -c apt-get update162.1 MB
12COPY /install /usr/local # buildkit8.71 MB
13RUN /bin/sh -c groupadd --gid1.15 KB
14WORKDIR /app93 B
15COPY app/ app/ # buildkit36.89 KB
16COPY wsgi.py run.py gunicorn.conf.py requirements.txt1.62 KB
17COPY templates/ templates/ # buildkit4.61 KB
18COPY static/ static/ # buildkit21.8 KB
19RUN /bin/sh -c mkdir -p96 B
20RUN /bin/sh -c mkdir -p97 B
21RUN /bin/sh -c chown -R64.26 KB
22USER appuser0 B
23ENV MEDIA_ROOT=/media DB_PATH=/data/videopress.db PORT=8080 LOG_LEVEL=info0 B
24EXPOSE [8080/tcp]0 B
25HEALTHCHECK &{["CMD-SHELL" "python3 -c 0 B
26CMD ["gunicorn" "-c" "gunicorn.conf.py" "wsgi:application"]0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'