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