Vitor Hugo vitoru
  • Joined on 2026-05-07

kaizoku (1bc32eea)

Published 2026-07-15 12:40:14 +00:00 by vitoru

Installation

docker pull gitea.vitoru.fun/vitoru/kaizoku:1bc32eea
sha256:abe73cf5e307f975bb474b086b1fb59395d32c25e364106b1d8f2e21f3749c71

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
Details
Container
2026-07-15 12:40:14 +00:00
1
OCI / Docker
linux/arm64/v8
216 MiB
Versions (12) View all
b49f9e0b 2026-07-15
latest 2026-07-15
1bc32eea 2026-07-15
696805e3 2026-07-14
47cafe1e 2026-07-13