riotpiao-poimen

poimen-memory (8290e9d)

Published 2026-09-11 00:08:45 +00:00 by rock

Installation

docker pull forgejo.riotpiao.com/riotpiao-poimen/poimen-memory:8290e9d
sha256:bca9a33ca47f61ed9d4380207e142c827da66f7be1bee8d13faa1f3e27d80191

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-11 00:08:45 +00:00
0
OCI / Docker
linux/amd64
52 MiB
Versions (21) View all
c7def60 2026-09-11
fb61de6 2026-09-11
8290e9d 2026-09-11
04e6b79 2026-09-10
8fdcffc 2026-09-10