subtitle-sync (edge)

Published 2025-09-23 19:22:05 -07:00 by neureka in tools/subtitle-sync

Installation

docker pull code.neureka.dev/tools/subtitle-sync:edge
sha256:e0a0a6f54409dac1efb7ac6c10ffbd29083658574b26ccbb1861177da0fce229

About this package

Subtitle Sync is a powerful and flexible tool designed to simplify subtitle synchronization.

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:e67907c77897d27192314f6c4fa0112b6f7dce3e127500516535cc50fe736c92 in /
CMD ["/bin/bash"]
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu74 libssl3t64 libstdc++6 tzdata tzdata-legacy && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ENV DOTNET_VERSION=10.0.0-preview.7.25380.108
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ARG ALASS_VERSION=2.0.0
RUN |1 ALASS_VERSION=2.0.0 /bin/sh -c apt-get update && apt-get install -y git curl ffmpeg python3 python3-pip && rm -rf /var/lib/apt/lists/* && curl -L https://github.com/kaegi/alass/releases/download/v${ALASS_VERSION}/alass-linux64 -o /usr/local/bin/alass && chmod +x /usr/local/bin/alass && pip install ffsubsync --break-system-packages && pip install autosubsync --break-system-packages # buildkit
ARG VERSION=edge-767bc3e990b31cdcd48a0e16d282b541711b9e2d
ENV VERSION=edge-767bc3e990b31cdcd48a0e16d282b541711b9e2d
WORKDIR /app
COPY /app . # buildkit
ENTRYPOINT ["dotnet" "subtitle-sync.dll"]

Labels

Key Value
org.opencontainers.image.created 2025-09-24T02:21:55.371Z
org.opencontainers.image.description Subtitle Sync is a powerful and flexible tool designed to simplify subtitle synchronization.
org.opencontainers.image.licenses
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 767bc3e990b31cdcd48a0e16d282b541711b9e2d
org.opencontainers.image.source https://code.neureka.dev/tools/subtitle-sync
org.opencontainers.image.title subtitle-sync
org.opencontainers.image.url https://code.neureka.dev/tools/subtitle-sync
org.opencontainers.image.version edge
Details
Container
2025-09-23 19:22:05 -07:00
16
OCI / Docker
linux/amd64
509 MiB
Versions (1) View all
edge 2025-09-23