decypharr (sha256:7e8089139e1fc8c807d8b873f3756e2817a490afd83ce5735dd148d467c8a75a)

Published 2026-07-23 02:24:35 +00:00 by cinnabrad

Installation

docker pull git.bun.cafe/cinnabrad/decypharr@sha256:7e8089139e1fc8c807d8b873f3756e2817a490afd83ce5735dd148d467c8a75a
sha256:7e8089139e1fc8c807d8b873f3756e2817a490afd83ce5735dd148d467c8a75a

Image layers

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG VERSION=v2.4-perarr-action-beta-trace-b663b8f
ARG CHANNEL=beta
LABEL version=v2.4-perarr-action-beta-trace-b663b8f-beta
LABEL org.opencontainers.image.source=https://github.com/sirrobot01/decypharr
LABEL org.opencontainers.image.title=decypharr
LABEL org.opencontainers.image.authors=sirrobot01
LABEL org.opencontainers.image.documentation=https://github.com/sirrobot01/decypharr/blob/main/README.md
RUN |2 VERSION=v2.4-perarr-action-beta-trace-b663b8f CHANNEL=beta /bin/sh -c apk add --no-cache fuse3 ca-certificates su-exec shadow curl unzip tzdata && echo "user_allow_other" >> /etc/fuse.conf && case "$(uname -m)" in x86_64) ARCH=amd64 ;; aarch64) ARCH=arm64 ;; armv7l|armv7) ARCH=arm ;; *) echo "Unsupported architecture: $(uname -m)" && exit 1 ;; esac && curl -O "https://downloads.rclone.org/rclone-current-linux-${ARCH}.zip" && unzip "rclone-current-linux-${ARCH}.zip" && cp rclone-*/rclone /usr/local/bin/ && chmod +x /usr/local/bin/rclone && rm -rf rclone-* && apk del curl unzip # buildkit
COPY /decypharr /usr/bin/decypharr # buildkit
COPY /healthcheck /usr/bin/healthcheck # buildkit
COPY scripts/entrypoint.sh /entrypoint.sh # buildkit
RUN |2 VERSION=v2.4-perarr-action-beta-trace-b663b8f CHANNEL=beta /bin/sh -c chmod +x /entrypoint.sh # buildkit
ENV PUID=1000
ENV PGID=1000
ENV LOG_PATH=/app/logs
EXPOSE [8282/tcp]
VOLUME [/app]
HEALTHCHECK {Test:[CMD /usr/bin/healthcheck --config /app] Interval:10s Timeout:0s StartPeriod:0s StartInterval:0s Retries:10}
ENTRYPOINT ["/entrypoint.sh"]
CMD ["/usr/bin/decypharr" "--config" "/app"]

Labels

Key Value
org.opencontainers.image.authors sirrobot01
org.opencontainers.image.documentation https://github.com/sirrobot01/decypharr/blob/main/README.md
org.opencontainers.image.source https://github.com/sirrobot01/decypharr
org.opencontainers.image.title decypharr
version v2.4-perarr-action-beta-trace-b663b8f-beta
Details
Container
2026-07-23 02:24:35 +00:00
1
OCI / Docker
linux/amd64
sirrobot01
46 MiB
Versions (6) View all