Sign inSign up

bmcgonag/videopress:0.1.0

Index digest

sha256:dd58bd8de71c72bc71cc05a18cb5d3bdea5503edeb3f8fea194a526122ee8fef

OS/ARCH

linux/amd64

Compressed size

213.67 MB

Last pushed

7 months by bmcgonag

Type

Image

Manifest digest

sha256:c100d147fa0d279432f4bfb65b295aaa62538dc8c5e21bbf3da787cddcadacba

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;251 B
10CMD ["python3"]0 B
11RUN /bin/sh -c apt-get update162.1 MB
12COPY /install /usr/local # buildkit10.35 MB
13RUN /bin/sh -c groupadd --gid1.16 KB
14WORKDIR /app93 B
15COPY app.py wsgi.py gunicorn.conf.py requirements.txt5.74 KB
16COPY templates/ templates/ # buildkit2.68 KB
17COPY static/ static/ # buildkit11.46 KB
18RUN /bin/sh -c mkdir -p98 B
19RUN /bin/sh -c chown -R19.33 KB
20USER appuser0 B
21ENV MEDIA_ROOT=/media PORT=8080 LOG_LEVEL=info PYTHONUNBUFFERED=10 B
22EXPOSE [8080/tcp]0 B
23HEALTHCHECK &{["CMD-SHELL" "python3 -c 0 B
24CMD ["gunicorn" "-c" "gunicorn.conf.py" "wsgi:app"]0 B

Command

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