lab

recyclarr (latest)

Published 2026-02-28 00:58:05 +00:00 by myve

Installation

docker pull hub.myvelabs.com/lab/recyclarr:latest
sha256:bd0254f1bcc7c08947c5297b012c832bda58ebd39a366a6078ede7ef1969e3da

About this package

Automatically sync TRaSH Guides to your Sonarr and Radarr instances

Image layers

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true
RUN /bin/sh -c apk add --upgrade --no-cache ca-certificates-bundle libgcc libssl3 libstdc++ # buildkit
RUN /bin/sh -c addgroup --gid=$APP_UID app && adduser --uid=$APP_UID --ingroup=app --disabled-password app # buildkit
ENV DOTNET_VERSION=10.0.3
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
LABEL name=recyclarr org.opencontainers.image.source=https://github.com/recyclarr/recyclarr org.opencontainers.image.url=https://recyclarr.dev org.opencontainers.image.licenses=MIT
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/app/recyclarr RECYCLARR_CONFIG_DIR=/config CRON_SCHEDULE=@daily RECYCLARR_CREATE_CONFIG=false COMPlus_EnableDiagnostics=0
RUN /bin/sh -c set -ex; apk add --no-cache bash tzdata supercronic git tini; mkdir -p /config && chown 1000:1000 /config; # buildkit
COPY /app /app/recyclarr/ # buildkit
COPY --chmod=555 ./docker/scripts/*.sh / # buildkit
USER 1000:1000
VOLUME [/config]
ENTRYPOINT ["/sbin/tini" "--" "/entrypoint.sh"]

Labels

Key Value
name recyclarr
org.opencontainers.image.created 2026-02-25T22:37:50.935Z
org.opencontainers.image.description Automatically sync TRaSH Guides to your Sonarr and Radarr instances
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision fc0c22a607bee044f242f84adf25ca1c284126a5
org.opencontainers.image.source https://github.com/recyclarr/recyclarr
org.opencontainers.image.title recyclarr
org.opencontainers.image.url https://github.com/recyclarr/recyclarr
org.opencontainers.image.version 8.3.2
Details
Container
2026-02-28 00:58:05 +00:00
0
OCI / Docker
linux/amd64
MIT
53 MiB
Versions (1) View all
latest 2026-02-28