gotify (v2.9.0)

Published 2026-03-25 17:55:21 -06:00 by admin

Installation

docker pull gitea.bnkops.com/admin/gotify:v2.9.0
sha256:75ca19dfda3fdcb553521a1a75bb33c99fd766a0d35840edd7fcf2069f30cd78

Image Layers

# debian.sh --arch 'amd64' 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-03-25 17:55:21 -06:00
8
OCI / Docker
linux/amd64
48 MiB
Versions (1) View all
v2.9.0 2026-03-25