Block a user
yt-mirror2 (20260117_0615)
Published 2026-01-17 13:16:17 +00:00 by cwpearson
Installation
docker pull git.carlpearson.net/cwpearson/yt-mirror2:20260117_0615sha256:58202b1095a288dc9fdf0e4a2291e711b08410ffef06c0fb2b27edfc9e7f746aImage Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1768176000' |
| 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-01-17 13:16:17 +00:00
Versions (5)
View all
Container
0
OCI / Docker
linux/amd64
314 MiB
20260122_1931
2026-01-23
latest
2026-01-23
20260120_0612
2026-01-20
20260117_0615
2026-01-17
20260117_0547
2026-01-17