gotify/server (sha256:864623248d48e897dce500ef93e928e7d32e7bb78343ef8fecfe06c36de8d5d1)

Published 2026-04-30 03:02:08 +02:00 by qhri in qhri/gotify-server

Installation

docker pull forgejo.qhri.net/qhri/gotify/server@sha256:864623248d48e897dce500ef93e928e7d32e7bb78343ef8fecfe06c36de8d5d1
sha256:864623248d48e897dce500ef93e928e7d32e7bb78343ef8fecfe06c36de8d5d1

Image layers

# debian.sh --arch 'riscv64' out/ 'sid' '@1776729600'
ARG GOTIFY_SERVER_EXPOSE=80
ENV GOTIFY_SERVER_PORT=80
WORKDIR /app
RUN |1 GOTIFY_SERVER_EXPOSE=80 /bin/sh -c export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -yq --no-install-recommends tzdata curl ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
HEALTHCHECK &{["CMD-SHELL" "curl --fail http://localhost:$GOTIFY_SERVER_PORT/health || exit 1"] "30s" "5s" "5s" "0s" '\x00'}
EXPOSE [80/tcp]
COPY /target / # buildkit
ENTRYPOINT ["./gotify-app"]
Details
Container
2026-04-30 03:02:08 +02:00
0
OCI / Docker
linux/riscv64
44 MiB
Versions (3) View all
2.9.1.1 2026-04-30
2.9.0.1 2026-02-23
2.8.0.1 2026-01-29