cwpearson
  • Joined on 2025-08-27

people (latest)

Published 2026-04-18 11:42:23 +00:00 by cwpearson

Installation

docker pull git.carlpearson.net/cwpearson/people:latest
sha256:015b9eb81a37cfeb354acc18d996135e7556c05d44dbf0d1f8071c9825fe6d25

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1775433600'
ENV TZ=America/Denver
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates tzdata && apt-get upgrade -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit
COPY /src/server /opt/server # buildkit
COPY templates /opt/templates # buildkit
COPY static /opt/static # buildkit
RUN /bin/sh -c chmod -R 555 /opt/templates /opt/static && chmod 555 /opt/server # buildkit
WORKDIR /opt
CMD ["/opt/server"]
Details
Container
2026-04-18 11:42:23 +00:00
45
OCI / Docker
linux/amd64
57 MiB
Versions (5) View all
20260418_1140 2026-04-18
latest 2026-04-18
20260327_1157 2026-03-27
20260325_1144 2026-03-25
20260325_1115 2026-03-25