Block a user
poimen-memory (7c6731c)
Published 2026-09-02 18:56:28 +00:00 by rock
Installation
docker pull forgejo.riotpiao.com/rock/poimen-memory:7c6731csha256:0c493d9648adbbd9d94db28329d1bff1e9d9bc13ce91c571dfaac7120b17bf15
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600' |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates libssl3 && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /app/target/release/mem /usr/local/bin/mem # buildkit |
| COPY templates ./templates # buildkit |
| COPY queries ./queries # buildkit |
| RUN /bin/sh -c useradd -r -u 1000 memuser # buildkit |
| USER memuser |
| EXPOSE map[8080/tcp:{}] |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/health || exit 1"] "30s" "3s" "5s" "0s" '\x03'} |
| ENTRYPOINT ["mem"] |
| CMD ["serve" "--port" "8080"] |