poimen-memory (8fdcffc)
Published 2026-09-10 01:53:40 +00:00 by rock
Installation
docker pull forgejo.riotpiao.com/riotpiao-poimen/poimen-memory:8fdcffcsha256:b2513788b86b91496607324df22a2b4d5f6e3e770a089636296fe9af81e3d856
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600' |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libssl3 postgresql-client curl && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /build/target/release/mem /app/mem # buildkit |
| EXPOSE map[8080/tcp:{}] |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/health || exit 1"] "10s" "5s" "10s" "0s" '\x03'} |
| CMD ["/app/mem"] |