calendar-helper (latest)
Published 2026-05-24 13:28:14 +00:00 by joshuacoles
Installation
docker pull git.joshuacoles.me/joshuacoles/calendar-helper:latestsha256:3bd100493dea3a8095b20baa9702502f87f672fe02931a0e6f534539692562ffImage Layers
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1779062400' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /dayplanner-ics /usr/local/bin/dayplanner-ics # buildkit |
| ENV BIND=0.0.0.0:8080 TZ=Europe/London |
| EXPOSE map[8080/tcp:{}] |
| ENTRYPOINT ["/usr/local/bin/dayplanner-ics"] |