cwpearson
  • Joined on 2025-08-27

people (20260327_1157)

Published 2026-03-27 11:58:29 +00:00 by cwpearson

Installation

docker pull git.carlpearson.net/cwpearson/people:20260327_1157
sha256:1695d30d5c59edffb2a17322d1504a3eda69d3c334e954c4a9081c9f54df8ce0

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'
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-03-27 11:58:29 +00:00
1
OCI / Docker
linux/amd64
54 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