youtube-dl/youtubedl (withffmpeg)

Published 2 years ago by nathan

Installation

docker pull gitea.wagshome.duckdns.org/publicwagshome/youtube-dl/youtubedl:withffmpeg
sha256:a816a713edd3dac154ac972be97f24852e9d6dd4f55ab9e604685abb2d5d87ce

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=20.04
ADD file:8b180a9b4497de0c6e131d6b48cf5c69a885379e63033ab9639d1655991e626c in /
CMD ["/bin/bash"]
WORKDIR /tmp/workdir
RUN /bin/sh -c apt-get -yqq update && apt-get install -yq --no-install-recommends ca-certificates expat libgomp1 && apt-get autoremove -y && apt-get update && apt-get clean -y # buildkit
LABEL org.opencontainers.image.authors=julien@rottenberg.info org.opencontainers.image.source=https://github.com/jrottenberg/ffmpeg
ENV LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64
CMD ["--help"]
ENTRYPOINT ["ffmpeg"]
COPY /usr/local /usr/local/ # buildkit
RUN /bin/sh -c apt-get update # buildkit
RUN /bin/sh -c apt-get install -y curl zip pandoc python make # buildkit
COPY . /youtubedl # buildkit
WORKDIR /youtubedl
RUN /bin/sh -c make # buildkit
ENTRYPOINT ["/youtubedl/youtube-dl"]

Labels

Key Value
org.opencontainers.image.authors julien@rottenberg.info
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.source https://github.com/jrottenberg/ffmpeg
org.opencontainers.image.version 20.04
Details
Container
2 years ago
0
OCI / Docker
linux/amd64
julien@rottenberg.info
218 MiB
Versions (1) View all
withffmpeg on 2023-02-08