lettarrboxd (sha256:2e798d99604da944d76549f065720668b1d36d637c40f3065527b468e57e900e)

Published 2026-04-24 20:44:28 +00:00 by ryan in ryan/lettarrboxd

Installation

docker pull forgejo.dawes.cc/ryan/lettarrboxd@sha256:2e798d99604da944d76549f065720668b1d36d637c40f3065527b468e57e900e
sha256:2e798d99604da944d76549f065720668b1d36d637c40f3065527b468e57e900e

About this package

Sync your Letterboxd and Serializd watchlists to Radarr and Sonarr.

Image layers

# debian.sh --arch 'arm64' out/ 'trixie' '@1775433600'
ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
ARG BUN_INSTALL_BIN=/usr/local/bin
ENV BUN_INSTALL_BIN=/usr/local/bin
COPY docker-entrypoint.sh /usr/local/bin # buildkit
COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c mkdir -p /usr/local/bun-node-fallback-bin && ln -s /usr/local/bin/bun /usr/local/bun-node-fallback-bin/node # buildkit
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c groupadd bun --gid 1000 && useradd bun --uid 1000 --gid bun --shell /bin/sh --create-home && ln -s /usr/local/bin/bun /usr/local/bin/bunx && which bun && which bunx && bun --version # buildkit
WORKDIR /home/bun/app
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["/usr/local/bin/bun"]
LABEL org.opencontainers.image.title=Lettarrboxd
LABEL org.opencontainers.image.description=Sync your Letterboxd and Serializd watchlists to Radarr and Sonarr.
LABEL org.opencontainers.image.licenses=MIT
LABEL org.opencontainers.image.source=https://forgejo.dawes.cc/ryan/lettarrboxd
HEALTHCHECK &{["CMD-SHELL" "sh -c 'ts=$(cat /tmp/lettarrboxd.health 2>/dev/null); case \"$ts\" in \"\"| *[!0-9]*) exit 1;; esac; [ \"$ts\" -gt \"$(date +%s)000\" ]'"] "1m0s" "5s" "2m0s" "0s" '\x03'}
WORKDIR /app
COPY package.json bun.lock* tsconfig.json ./ # buildkit
RUN /bin/sh -c bun install --frozen-lockfile # buildkit
COPY src/ ./src/ # buildkit
CMD ["bun" "src/index.ts"]

Labels

Key Value
org.opencontainers.image.created 2026-04-20T08:09:54.101Z
org.opencontainers.image.description Sync your Letterboxd and Serializd watchlists to Radarr and Sonarr.
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision bf2e2cecf27e800962b1e7f03d66278f9d5d2e79
org.opencontainers.image.source https://forgejo.dawes.cc/ryan/lettarrboxd
org.opencontainers.image.title Lettarrboxd
org.opencontainers.image.url https://github.com/oven-sh/bun
org.opencontainers.image.version 1.3.13-slim
Details
Container
2026-04-24 20:44:28 +00:00
0
OCI / Docker
linux/arm64
MIT
74 MiB
Versions (5) View all
nightly 2026-04-24
3.0.0-nightly 2026-04-24
latest 2026-04-21
2.8.7 2026-04-21
2.8.6-nightly 2026-04-20