Block a user
yt-mirror2 (20260226_1930)
Published 2026-02-27 02:36:27 +00:00 by cwpearson
Installation
docker pull git.carlpearson.net/cwpearson/yt-mirror2:20260226_1930sha256:c78ea4818b118ddae319221164e0946eaa5195c4ef0cf6da5be0ab3fb1b1b3ebImage Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1771804800' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends --no-install-suggests ca-certificates ffmpeg python3 python3-pip python3-venv && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /usr/local/bin/yt-dlp /usr/local/bin/yt-dlp # buildkit |
| COPY /root/.deno /root/.deno # buildkit |
| ENV PATH=/root/.deno/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN /bin/sh -c python3 -m venv /opt/venv && . /opt/venv/bin/activate && pip install curl_cffi # buildkit |
| COPY /src/yt-mirror2 /opt/yt-mirror2 # buildkit |
| COPY cookies.txt /opt/cookies.txt # buildkit |
| COPY entrypoint.sh /opt/entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /opt/entrypoint.sh # buildkit |
| WORKDIR /opt |
| ENTRYPOINT ["/opt/entrypoint.sh"] |
Details
2026-02-27 02:36:27 +00:00
Versions (5)
View all
Container
0
OCI / Docker
linux/amd64
315 MiB
20260312_2030
2026-03-13
latest
2026-03-13
20260305_1930
2026-03-06
20260226_1930
2026-02-27
20260219_1930
2026-02-20