webm (staging-webm)

Published 2024-09-10 17:14:40 -04:00 by colin

Installation

docker pull git.nixc.us/colin/webm:staging-webm
sha256:c88c71bbd09198345029b4e2e40092b32bceb2cbe7e0b3de0288983ca3b1ce47

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=20.04
ADD file:e7cff353f027ecf0a2cb1cdd51714de3b083a11a0d965f104489f9a7e6925056 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 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 && apt-get install -y inotify-tools bash && rm -rf /var/lib/apt/lists/* # buildkit
COPY videoconverter.sh entrypoint.sh /usr/local/bin/ # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/videoconverter.sh /usr/local/bin/entrypoint.sh # buildkit
RUN /bin/sh -c mkdir -p /input /output # buildkit
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

Labels

Key Value
com.docker.compose.project webm
com.docker.compose.service webm
com.docker.compose.version 2.28.1
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
2024-09-10 17:14:40 -04:00
12
OCI / Docker
linux/amd64
julien@rottenberg.info
114 MiB
Versions (6) View all
production 2024-10-11
staging 2024-10-11
production-webdav 2024-09-10
production-webm 2024-09-10
staging-webdav 2024-09-10