riotpiao-poimen

poimen-memory (b8eb7ef)

Published 2026-09-10 00:05:38 +00:00 by rock

Installation

docker pull forgejo.riotpiao.com/riotpiao-poimen/poimen-memory:b8eb7ef
sha256:3d3cb9e0e191b62c6c8c7520f264641f6ff583742d9235b9cd60fcc0ec9509bb

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"]
Details
Container
2026-09-10 00:05:38 +00:00
0
OCI / Docker
linux/amd64
52 MiB
Versions (17) View all
8fdcffc 2026-09-10
a616c0e 2026-09-10
bd3303f 2026-09-10
3023fce 2026-09-10
733e85f 2026-09-10