Block a user
yt-mirror2 (latest)
Published 2025-12-05 02:35:27 +00:00 by cwpearson
Installation
docker pull git.carlpearson.net/cwpearson/yt-mirror2:latestsha256:0f3169b42d38696da49f9f182ef34107dd098c6bc9199f704996424ffd422f20Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1763337600' |
| 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
2025-12-05 02:35:27 +00:00
Versions (5)
View all
Container
1
OCI / Docker
linux/amd64
312 MiB
20251204_1930
2025-12-05
latest
2025-12-05
20251127_1931
2025-11-28
20251120_1930
2025-11-21
20251120_0605
2025-11-20