gotify/server (sha256:b9a79c00203371336b674483e9d872c3443fd31dbea7dde92638f86e1dc2f81f)

Published 2026-02-23 06:44:24 +01:00 by qhri

Installation

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

Image layers

# debian.sh --arch 'i386' out/ 'sid' '@1769990400'
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-02-23 06:44:24 +01:00
0
OCI / Docker
linux/386
49 MiB
Versions (2) View all
2.9.0.1 2026-02-23
2.8.0.1 2026-01-29