webm (staging)

Published 2024-10-11 17:27:13 -04:00 by colin

Installation

docker pull git.nixc.us/colin/webm:staging
sha256:48effb2a1410b4cc8c310c62ec2b86226af16719c83ad0866ac028de8ef7d10b

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=20.04
ADD file:6a209aa51ba684c0a39769619c42058ca99311b87563c7b079319a8bb91bec1f 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-10-11 17:27:13 -04:00
4
OCI / Docker
linux/amd64
julien@rottenberg.info
115 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