decypharr (sha256:e52bd19e7ba075a48a7dc9ee053610856f900153d38c1992b4bfd3184dcdfa97)
Published 2026-07-13 17:51:00 +00:00 by cinnabrad
Installation
docker pull git.bun.cafe/cinnabrad/decypharr@sha256:e52bd19e7ba075a48a7dc9ee053610856f900153d38c1992b4bfd3184dcdfa97sha256:e52bd19e7ba075a48a7dc9ee053610856f900153d38c1992b4bfd3184dcdfa97Image layers
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG VERSION=2.4-perarr-action-beta |
| ARG CHANNEL=beta |
| LABEL version=2.4-perarr-action-beta-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=2.4-perarr-action-beta 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=2.4-perarr-action-beta 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 &{["CMD" "/usr/bin/healthcheck" "--config" "/app"] "10s" "0s" "0s" "0s" '\n'} |
| 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 | 2.4-perarr-action-beta-beta |
Details
2026-07-13 17:51:00 +00:00
Versions (6)
View all
Container
3
OCI / Docker
linux/amd64
sirrobot01
46 MiB
v2.4-perarr-action-beta-trace-b663b8f
2026-07-23
v2.4-perarr-action-beta-trace-3bd0cda
2026-07-23
v2.4-perarr-action-beta-4389e2a
2026-07-13
v2.4-perarr-action-beta-5c5fd91
2026-07-10
v2.4-perarr-action-2a95aea
2026-07-10