gotify/server (sha256:ece65ce14ecc87172d8a4ff60b4693adf86cd3f5d3037b0bee4898758195ab30)

Published 2026-01-29 08:39:08 +01:00 by qhri

Installation

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

Image layers

# debian.sh --arch 'armhf' out/ 'sid' '@1768176000'
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-01-29 08:39:08 +01:00
0
OCI / Docker
linux/arm/v7
43 MiB
Versions (2) View all
2.9.0.1 2026-02-23
2.8.0.1 2026-01-29