Block a user
docker-gotify_old (latest)
Published 2026-09-09 22:04:06 -04:00 by awptechnologies
Installation
docker pull gitea.awptechnologies.co/awptechnologies/docker-gotify_old:latestsha256:22604904d9d1cf3597bc4b81bd359f0355302631ce9d7ca29673b25e5c79feae
Image Layers
| # debian.sh --arch 'amd64' out/ 'stable' '@1787529600' |
| 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"] |