webm (production-webm)

Published 2024-09-10 17:15:09 -04:00 by colin

Installation

docker pull git.nixc.us/colin/webm:production-webm
sha256:38234701d96f84090aab58c9b53ae21abc2e7de6745b9923d6bc640e4c3e15ae

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:c2e78eb585ec4e503f14c4ea98f4962c998f5eb075749507953f85387742694b in /
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update && apt-get install -y imagemagick inotify-tools bash && rm -rf /var/lib/apt/lists/* # buildkit
COPY imageconverter.sh entrypoint.sh /usr/local/bin/ # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/imageconverter.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.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2024-09-10 17:15:09 -04:00
8
OCI / Docker
linux/amd64
95 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