cwpearson
  • Joined on 2025-08-27

people (20260325_1115)

Published 2026-03-25 11:16:11 +00:00 by cwpearson

Installation

docker pull git.carlpearson.net/cwpearson/people:20260325_1115
sha256:3c6343b00c8db83ff416deaef97601467e3042c6e522d1d918fc943e0a870885

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-25 11:16:11 +00:00
0
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