Block a user
docker-gotify_old (latest)
Published 2026-06-10 22:06:24 -04:00 by awptechnologies
Installation
docker pull gitea.awptechnologies.co/awptechnologies/docker-gotify_old:latestsha256:cf714f297d33f29a9bcf7807ed446520691f5696cb4544dd9c188051cfc35ecc
Image Layers
| # debian.sh --arch 'amd64' out/ 'stable' '@1779062400' |
| RUN /bin/sh -c apt-get update && apt-get install -y curl jq mawk sed cron && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c mkdir -p /startup # buildkit |
| COPY config/entrypoint.sh /startup/entrypoint.sh # buildkit |
| COPY config/gotify-delete-old-notifications.conf /startup/gotify-delete-old-notifications.conf # buildkit |
| COPY config/gotify-delete-old-notifications.sh /startup/gotify-delete-old-notifications.sh # buildkit |
| RUN /bin/sh -c chmod +x /startup/entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /startup/gotify-delete-old-notifications.sh # buildkit |
| RUN /bin/sh -c chmod 750 /startup/gotify-delete-old-notifications.sh # buildkit |
| ENTRYPOINT ["/startup/entrypoint.sh"] |