gotify/server (sha256:26bb36092fe4d0ed645dc4c50a330c18a04de8946e12c22cca47b8edeebf0c5c)

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

Installation

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

Image layers

# debian.sh --arch 'riscv64' out/ 'sid' '@1783900800'
LABEL org.opencontainers.image.documentation=https://gotify.net/
LABEL org.opencontainers.image.source=https://github.com/gotify/server
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 {Test:[CMD-SHELL curl --fail http://localhost:$GOTIFY_SERVER_PORT/health || exit 1] Interval:30s Timeout:5s StartPeriod:5s StartInterval:0s Retries:0}
EXPOSE [80/tcp]
COPY /target / # buildkit
ENTRYPOINT ["./gotify-app"]
CMD ["serve"]

Labels

Key Value
org.opencontainers.image.created 2026-08-04T01:49:49Z
org.opencontainers.image.documentation https://gotify.net/
org.opencontainers.image.revision 72919ca96b6badfa97c03e81ecad3d0487c88929
org.opencontainers.image.source https://github.com/gotify/server
org.opencontainers.image.version 3.0.0.1
Details
Container
2026-08-04 03:54:31 +02:00
0
OCI / Docker
linux/riscv64
46 MiB
Versions (4) View all
3.0.0.1 2026-08-04
2.9.1.1 2026-04-30
2.9.0.1 2026-02-23
2.8.0.1 2026-01-29