webdav (staging-webp)

Published 2024-09-09 11:19:30 -04:00 by colin in Nixius/webdav

Installation

docker pull git.nixc.us/nixius/webdav:staging-webp
sha256:e78c85e60e61dfebadc6ead400098a0ca26da3c90848bdcbd12a497c817012c7

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 # buildkit
COPY imageconverter.sh /usr/local/bin/imageconverter.sh # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/imageconverter.sh # buildkit
RUN /bin/sh -c mkdir -p /input /output # buildkit
COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

Labels

Key Value
com.docker.compose.project webp
com.docker.compose.service webp
com.docker.compose.version 2.28.1
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2024-09-09 11:19:30 -04:00
0
OCI / Docker
linux/amd64
122 MiB
Versions (3) View all
staging-webp 2024-09-09
production 2024-08-15
staging 2024-08-15