decypharr (v2.4-perarr-action-beta-5c5fd91)

Published 2026-07-10 03:13:54 +00:00 by cinnabrad

Installation

docker pull git.bun.cafe/cinnabrad/decypharr:v2.4-perarr-action-beta-5c5fd91
sha256:dcff64ff44eeee8a5418fc7fd691da96497eca893ae6a703465d8def05d5f2f0

Image layers

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