ytdlp-web (sha256:f1874487ce65a6fb65c8e082fe60d461bb62f2c6a927e23a0aed75a5f42171de)

Published 2025-01-09 20:09:08 +01:00 by Minionflo in Minionflo/ytdlp-web

Installation

docker pull git.minionflo.net/minionflo/ytdlp-web@sha256:f1874487ce65a6fb65c8e082fe60d461bb62f2c6a927e23a0aed75a5f42171de
sha256:f1874487ce65a6fb65c8e082fe60d461bb62f2c6a927e23a0aed75a5f42171de

About this package

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

Image layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1734912000'
COPY docker-entrypoint.sh /usr/local/bin # buildkit
COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit
ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
ARG BUN_INSTALL_BIN=/usr/local/bin
ENV BUN_INSTALL_BIN=/usr/local/bin
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c groupadd bun --gid 1000 && useradd bun --uid 1000 --gid bun --shell /bin/sh --create-home && ln -s /usr/local/bin/bun /usr/local/bin/bunx && which bun && which bunx && bun --version # buildkit
WORKDIR /home/bun/app
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["/usr/local/bin/bun"]
RUN /bin/sh -c apt-get update && apt-get install -y python3 ffmpeg # buildkit
RUN /bin/sh -c mkdir -p /app/output && chown -R 1000:1000 /app # buildkit
USER 1000:1000
WORKDIR /app
COPY . . # buildkit
RUN /bin/sh -c bun i # buildkit
ENV PORT=8080
ENV QUALITY=best
CMD ["bun" "start"]

Labels

Key Value
org.opencontainers.image.created 2025-01-08T16:51:54.652Z
org.opencontainers.image.description Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
org.opencontainers.image.licenses NOASSERTION
org.opencontainers.image.revision 76800b049a705b02f104089ba70d13b0667a4046
org.opencontainers.image.source https://github.com/oven-sh/bun
org.opencontainers.image.title bun
org.opencontainers.image.url https://github.com/oven-sh/bun
org.opencontainers.image.version 1.1.43
Details
Container
2025-01-09 20:09:08 +01:00
1
OCI / Docker
linux/amd64
NOASSERTION
314 MiB
Versions (1) View all
latest 2025-01-09