Block a user
people (latest)
Published 2026-01-22 22:52:34 +00:00 by cwpearson
Installation
docker pull git.carlpearson.net/cwpearson/people:latestsha256:ed4004ad19d1eae161c0a09b0081d08c6fc971c8ffe701b7a6efd58003987224Image 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
2026-01-22 22:52:34 +00:00
Versions (5)
View all
Container
30
OCI / Docker
linux/amd64
54 MiB
20260122_2250
2026-01-22
latest
2026-01-22
20260122_1224
2026-01-22
20260122_1221
2026-01-22
20260119_1846
2026-01-19