cwpearson
  • Joined on 2025-08-27

people (20260122_1221)

Published 2026-01-22 12:23:42 +00:00 by cwpearson

Installation

docker pull git.carlpearson.net/cwpearson/people:20260122_1221
sha256:30896b1b284b1ff7fbc888e0835a45555a7b95de6a81afb6cf8cc8ddca134145

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-22 12:23:42 +00:00
0
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