cwpearson
  • Joined on 2025-08-27

people (20260217_2054)

Published 2026-02-17 20:55:19 +00:00 by cwpearson

Installation

docker pull git.carlpearson.net/cwpearson/people:20260217_2054
sha256:9841100e2ef25450216227b38686c401107ff4e433566f33bfe872a2dc1d2b19

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1769990400'
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-02-17 20:55:19 +00:00
0
OCI / Docker
linux/amd64
54 MiB
Versions (5) View all
20260217_2118 2026-02-17
latest 2026-02-17
20260217_2114 2026-02-17
20260217_2058 2026-02-17
20260217_2054 2026-02-17