nixcal (production)

Published 2025-10-18 20:14:38 -04:00 by colin

Installation

docker pull git.nixc.us/colin/nixcal:production
sha256:fa7853075ad52f49285c3d7964dae6180337ddde8e06c0035e76ec8651fe93ba

Image Layers

WORKDIR /app
COPY /out/nixcal /usr/local/bin/nixcal # buildkit
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit
ENV NIXCAL_SEND_EMAILS=false
EXPOSE [8088/tcp]
USER nonroot:nonroot
ENTRYPOINT ["/usr/local/bin/nixcal"]
CMD ["-config" "/app/config.yaml"]

Labels

Key Value
com.docker.compose.project nixcal
com.docker.compose.service nixcal
com.docker.compose.version 2.36.2
Details
Container
2025-10-18 20:14:38 -04:00
90
OCI / Docker
linux/amd64
7.0 MiB
Versions (2) View all
production 2025-10-18