jacred-fdb (latest)

Published 2026-02-11 17:05:01 +00:00 by kurator88

Installation

docker pull git.prokurator-art.tech/kurator88/jacred-fdb:latest
sha256:0d82328e7c8fae8a77a333e12f73ea0fb06921d79a1012c2eb63cde1c913bdaa

About this package

Jacred - Torrent tracker aggregator

Image layers

ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG JACRED_VERSION=6c4e067cf6f8c72819a7e01211ee492323b40c60
ARG BUILDPLATFORM=linux/amd64
ARG TARGETARCH=amd64
LABEL maintainer=Pavel Pikta <devops@pavelpikta.com> org.opencontainers.image.title=Jacred org.opencontainers.image.description=Jacred - Torrent tracker aggregator org.opencontainers.image.revision=6c4e067cf6f8c72819a7e01211ee492323b40c60
RUN |3 JACRED_VERSION=6c4e067cf6f8c72819a7e01211ee492323b40c60 BUILDPLATFORM=linux/amd64 TARGETARCH=amd64 /bin/sh -c set -eux; apk add --no-cache --update ca-certificates curl dumb-init ffmpeg icu-libs libgcc libintl libstdc++ tzdata && apk upgrade --no-cache && rm -rf /var/cache/apk/* /tmp/* /var/tmp/* && rm -rf /usr/share/man/* /usr/share/doc/* /usr/share/info/* /usr/share/locale/* && addgroup -g 1000 -S jacred && adduser -u 1000 -S jacred -G jacred -s /sbin/nologin -h /app && mkdir -p /app/Data /app/Data/fdb /app/Data/temp /app/Data/tracks /app/config && touch /app/Data/temp/stats.json && chown -R jacred:jacred /app && chmod -R 750 /app # buildkit
WORKDIR /app
COPY --chown=jacred:jacred --chmod=550 /dist/ /app/ # buildkit
COPY --chown=jacred:jacred --chmod=640 init.conf /app/init.conf # buildkit
COPY --chown=jacred:jacred --chmod=550 entrypoint.sh /entrypoint.sh # buildkit
ENV JACRED_VERSION=6c4e067cf6f8c72819a7e01211ee492323b40c60 DOTNET_EnableDiagnostics=0 DOTNET_CLI_TELEMETRY_OPTOUT=1 DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1 DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=0 DOTNET_USE_POLLING_FILE_WATCHER=1 ASPNETCORE_URLS=http://0.0.0.0:9117 ASPNETCORE_ENVIRONMENT=Production TZ=UTC UMASK=0027
USER jacred:jacred
VOLUME [/app/Data /app/config]
EXPOSE [9117/tcp]
HEALTHCHECK &{["CMD-SHELL" "wget --quiet --timeout=10 --tries=2 --spider http://127.0.0.1:9117 || exit 1"] "30s" "15s" "45s" "5s" '\x03'}
ENTRYPOINT ["dumb-init" "--" "/entrypoint.sh"]
CMD ["./JacRed"]

Labels

Key Value
maintainer Pavel Pikta <devops@pavelpikta.com>
org.opencontainers.image.created 2025-11-21T07:43:04.045Z
org.opencontainers.image.description Jacred - Torrent tracker aggregator
org.opencontainers.image.licenses Apache-2.0
org.opencontainers.image.revision 2e134c7ebc88d64ae15fb5f3a02fd342f8beaf39
org.opencontainers.image.source https://github.com/pavelpikta/docker-jacred-fdb
org.opencontainers.image.title jacred-fdb
org.opencontainers.image.url https://github.com/pavelpikta/docker-jacred-fdb
org.opencontainers.image.version 1.8.11
Details
Container
2026-02-11 17:05:01 +00:00
0
OCI / Docker
linux/amd64
Apache-2.0
98 MiB
Versions (1) View all
latest 2026-02-11