nextcloud/push-cache (6469758b52100b528df8666398f558c6ee4dccaf29625a74760c8ff57637b060)

Published 2026-08-10 00:22:59 +02:00 by eofredj

Installation

docker pull git.desord.re/desordre/nextcloud/push-cache:6469758b52100b528df8666398f558c6ee4dccaf29625a74760c8ff57637b060
sha256:25a06a73b9163ebaa153f1f2f824e0d66c45ccbf80fa0080a7b8937abb63b88a

Image layers

ADD alpine-minirootfs-3.24.0-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
/bin/sh
/bin/sh -c apk add --no-cache --upgrade ca-certificates curl
WORKDIR /tmp
ARG PUSH_VERSION
ARG PUSH_HASH PUSH_VERSION
|2 PUSH_HASH=324a4ae9bb5f99fe5e2711756b87e2b69b7c384d1305069e3bac6352752a2985 PUSH_VERSION=1.3.5 /bin/sh -c curl -fsSL -o notify_push https://github.com/nextcloud/notify_push/releases/download/v1.3.5/notify_push-x86_64-unknown-linux-musl && echo "${PUSH_HASH} notify_push" | sha256sum -c - && mv notify_push /usr/local/bin/notify_push && chmod 0755 /usr/local/bin/*

Labels

Key Value
io.buildah.version 1.43.2