sha256:ae8cc0693cbc066d5c1e6c826bc9aa24b44f7f6691b4c168db87834351f0f99f
OS/ARCH
linux/amd64
Compressed size
393.17 MB
Last pushed
11 months by rubenc2
Type
Image
Manifest digest
sha256:ae8cc0693cbc066d5c1e6c826bc9aa24b44f7f6691b4c168db87834351f0f99f
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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;3.35 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.110 B7ENV PYTHON_SHA256=c30bb24b7f1e9a19b11b55a546434f74e739bb4c271a3e3a80ff4380d49f7adb0 B8RUN /bin/sh -c set -eux;13.03 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11ENV DEBIAN_FRONTEND=noninteractive PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=10 B12RUN /bin/sh -c useradd --create-home3.25 KB13WORKDIR /var/www/html/131 B14RUN /bin/sh -c apt-get update174.29 MB15RUN /bin/sh -c curl -L106.48 MB16RUN /bin/sh -c curl -L28.04 MB17COPY requirements.txt /tmp/requirements.txt # buildkit594 B18RUN /bin/sh -c pip install37.82 MB19COPY .bashrc /root/.bashrc # buildkit554 B20COPY entrypoint.sh /entrypoint.sh # buildkit947 B21RUN /bin/sh -c chmod +x980 B22COPY app /var/www/html # buildkit1.41 MB23COPY supervisord.conf /etc/supervisor/supervisord.conf # buildkit745 B24COPY supervisor-conf.d /etc/supervisor/conf.d # buildkit755 B25COPY logrotate/playout /etc/logrotate.d/ # buildkit513 B26RUN /bin/sh -c chmod 644511 B27COPY trim_bitrate_log.sh /var/www/html/trim_bitrate_log.sh # buildkit572 B28RUN /bin/sh -c chmod +x581 B29RUN /bin/sh -c rm /var/www/html/index.html180 B30RUN /bin/sh -c apt-get purge421.64 KB31RUN /bin/sh -c mkdir -p160 B32RUN /bin/sh -c chown -R1.41 MB33COPY .env /home/appuser/.env # buildkit252 B34RUN /bin/sh -c chmod 600265 B35EXPOSE map[443/tcp:{} 80/tcp:{}]0 B36LABEL security.note=Container runs as root0 B37LABEL version=2.0.3 description=Patch release: Adds0 B38HEALTHCHECK &{["CMD-SHELL" "curl -skf https://localhost/status0 B39ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1753056000'