Block a user
kaizoku (latest)
Published 2026-07-15 15:49:58 +00:00 by vitoru
Installation
docker pull gitea.vitoru.fun/vitoru/kaizoku:latestsha256:d7a9b06d0b6596debb8215e4d8e1b195151723e6f3f79f265be57ee3fa868910
Image Layers
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800' |
| RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt-get update && apt-get install -y --no-install-recommends ffmpeg ca-certificates && rm -rf /var/lib/apt/lists/* |
| COPY --from=gitea.vitoru.fun/vitoru/alass:2.0.0 /usr/local/bin/alass /usr/local/bin/alass |
| RUN groupadd -g 65532 nonroot && useradd -u 65532 -g 65532 -M -s /usr/sbin/nologin nonroot |
| COPY --from=build /out/kaizoku /usr/local/bin/kaizoku |
| COPY --from=build --chown=65532:65532 /out/definitions /definitions |
| RUN mkdir -p /data && chown -R 65532:65532 /data |