Block a user
yt-mirror2 (20251127_1931)
Published 2025-11-28 02:36:01 +00:00 by cwpearson
Installation
docker pull git.carlpearson.net/cwpearson/yt-mirror2:20251127_1931sha256:6701bf9a951b061e700b89e74d3b038a6d64f7c9674777ee34ab785cb58baf07Image 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-11-28 02:36:01 +00:00
Versions (5)
View all
Container
0
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