sha256:1af4eebbfc84a3b1a320031e33243510f0cd1915f679bd83b8fb8c424a5baa7e
OS/ARCH
Compressed size
267.15 MB
Last pushed
2 months by modenaf360
Type
Image
Manifest digest
sha256:e05caec5a883bef690f870ce2591f519e93dc3e5a568d481981f79f8ee67d0d9
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 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;248 B10CMD ["python3"]0 B11LABEL org.opencontainers.image.title=youtube-dl-nas org.opencontainers.image.description=Authenticated yt-dlp download0 B12ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 DEBIAN_FRONTEND=noninteractive DOWNLOAD_DIR=/downfolder0 B13RUN /bin/sh -c apt-get update163.29 MB14WORKDIR /usr/src/app/133 B15COPY requirements.txt /usr/src/app/requirements.txt # buildkit232 B16RUN /bin/sh -c apt-get update17.97 MB17COPY /deno /usr/local/bin/deno # buildkit43.28 MB18COPY /subber /usr/bin/subber # buildkit327 B19COPY /run.sh / # buildkit813 B20COPY / /usr/src/app/ # buildkit1.43 MB21RUN /bin/sh -c chmod +x371 B22EXPOSE [8080/tcp]0 B23VOLUME [/downfolder /usr/src/app/metadata]0 B24HEALTHCHECK {Test:[CMD-SHELL python -c "import0 B25CMD ["/bin/bash" "/run.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1782172800'