proto (latest)
Published 2025-03-26 17:14:53 +00:00 by jagrit007
Installation
docker pull gitea.jagrit.dev/jagrit007/proto:latest
sha256:135a7bf3705831fab6b40c44541b0afc6bdae559937e43bc5a23dc9829ed9edd
Image Layers
# debian.sh --arch 'amd64' out/ 'sid' '@1742169600' |
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 map[80/tcp:{}] |
COPY /target / # buildkit |
ENTRYPOINT ["./gotify-app"] |