cwpearson
  • Joined on 2025-08-27

people (20260119_1846)

Published 2026-01-19 18:47:48 +00:00 by cwpearson

Installation

docker pull git.carlpearson.net/cwpearson/people:20260119_1846
sha256:45ddff2a172324a323609f7ecbe434b2d4773f83a66434b8949bd3f2b3b85c3b

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1768176000'
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-01-19 18:47:48 +00:00
1
OCI / Docker
linux/amd64
54 MiB
Versions (5) View all
20260122_2250 2026-01-22
latest 2026-01-22
20260122_1224 2026-01-22
20260122_1221 2026-01-22
20260119_1846 2026-01-19