Block a user
people (20260325_1144)
Published 2026-03-25 11:45:57 +00:00 by cwpearson
Installation
docker pull git.carlpearson.net/cwpearson/people:20260325_1144sha256:36966f30ad0926a5079bd69dcb094fed1e5ea68ac13b246bec09cd53c04439e3Image 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
2026-03-25 11:45:57 +00:00
Versions (5)
View all
Container
0
OCI / Docker
linux/amd64
54 MiB
20260418_1140
2026-04-18
latest
2026-04-18
20260327_1157
2026-03-27
20260325_1144
2026-03-25
20260325_1115
2026-03-25