Block a user
docker-gotify_old (latest)
Published 2025-12-21 21:05:39 -05:00 by awptechnologies
Installation
docker pull gitea.awptechnologies.co/awptechnologies/docker-gotify_old:latestsha256:580e129cfc1d9bf86b8d035baf28a52a551f9ce704d716c245dde80add96b7a0
Image Layers
| # debian.sh --arch 'amd64' out/ 'stable' '@1765152000' |
| 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"] |