decypharr (sha256:46d8e069ca569c2eb14061cc10c9d25db2a836af4860b9b872851c0c8c2de446)

Published 2026-07-23 02:05:42 +00:00 by cinnabrad

Installation

docker pull git.bun.cafe/cinnabrad/decypharr@sha256:46d8e069ca569c2eb14061cc10c9d25db2a836af4860b9b872851c0c8c2de446
sha256:46d8e069ca569c2eb14061cc10c9d25db2a836af4860b9b872851c0c8c2de446

Image layers

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG VERSION=v2.4-perarr-action-beta-trace-3bd0cda
ARG CHANNEL=beta
LABEL version=v2.4-perarr-action-beta-trace-3bd0cda-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-3bd0cda 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-3bd0cda 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-3bd0cda-beta
Details
Container
2026-07-23 02:05:42 +00:00
1
OCI / Docker
linux/amd64
sirrobot01
46 MiB
Versions (6) View all