• Joined on 2025-02-23

zfswebshare (fix-video-playback-handoff)

Published 2026-08-05 15:44:00 +02:00 by Artem

Installation

docker pull git.rgkn.dev/artem/zfswebshare:fix-video-playback-handoff
sha256:d3e5714ab9a8c78bebc22fb417dc490eadcc1bd79466e5f4a5fd6d423f8480e7

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:3077ee44db3cc7d38740d60a05c81418dd3825a007db473658464f52689e867b in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video
ARG FFMPEG_RELEASE=autobuild-2026-08-03-14-02
ARG FFMPEG_BUILD=ffmpeg-n8.1.2-34-g9b6c8969e0-linux64-gpl-8.1
RUN |2 FFMPEG_RELEASE=autobuild-2026-08-03-14-02 FFMPEG_BUILD=ffmpeg-n8.1.2-34-g9b6c8969e0-linux64-gpl-8.1 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates wget xz-utils libimage-exiftool-perl dcraw vainfo mesa-va-drivers libva-drm2 libva2 && wget -q "https://github.com/BtbN/FFmpeg-Builds/releases/download/${FFMPEG_RELEASE}/${FFMPEG_BUILD}.tar.xz" -O /tmp/ffmpeg.tar.xz && tar -xJf /tmp/ffmpeg.tar.xz -C /tmp && mv "/tmp/${FFMPEG_BUILD}/bin/ffmpeg" "/tmp/${FFMPEG_BUILD}/bin/ffprobe" /usr/local/bin/ && rm -rf /tmp/ffmpeg.tar.xz "/tmp/${FFMPEG_BUILD}" && apt-get purge -y xz-utils && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* && ffmpeg -hide_banner -encoders | grep -q h264_nvenc && ffmpeg -hide_banner -filters | grep -q scale_cuda # buildkit
WORKDIR /app
COPY /app/build/zfswebshare /app/bin/zfswebshare # buildkit
COPY /app/db/migrations /app/db/migrations # buildkit
COPY internal/comfyui/templates/i2v_advanced.template.json /app/data/i2v_advanced.template.json # buildkit
RUN |2 FFMPEG_RELEASE=autobuild-2026-08-03-14-02 FFMPEG_BUILD=ffmpeg-n8.1.2-34-g9b6c8969e0-linux64-gpl-8.1 /bin/sh -c mkdir -p /app/data && chmod +x /app/bin/zfswebshare # buildkit
EXPOSE [8080/tcp]
CMD ["/app/bin/zfswebshare"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-08-05 15:44:00 +02:00
20
OCI / Docker
linux/amd64
256 MiB
Versions (66) View all
fix-109-faces-arena 2026-08-12
latest 2026-08-12
fix-109-embed-lock 2026-08-12
fix-109-noble-pip 2026-08-12