Block a user
yt-mirror2 (20260117_0547)
Published 2026-01-17 12:47:54 +00:00 by cwpearson
Installation
docker pull git.carlpearson.net/cwpearson/yt-mirror2:20260117_0547sha256:049e2684b001101581e5865a1d9bfa902bdc29f3836987f9b2f66e37942a3be2Image 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 12:47:54 +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