p2pool (latest)

Published 2025-09-09 11:51:19 +02:00 by docker-images in docker-images/p2pool

Installation

docker pull git.shork.ch/docker-images/p2pool:latest
sha256:2a2e2f0086cc92eb4031910fc2a277f3021a798e51835b96dbdcb3b9d4c7f407

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1757289600'
COPY /usr/src/p2pool/build/p2pool / # buildkit
RUN /bin/sh -c set -e && apt-get update -q -y --no-install-recommends && DEBIAN_FRONTEND="noninteractive" apt-get install -q -y --no-install-recommends libzmq5 libuv1 libcurl4 && apt-get clean # buildkit
RUN /bin/sh -c groupadd -r p2pool -g 1000 && useradd -u 1000 -r -g p2pool -s /sbin/nologin -c "p2pool user" p2pool # buildkit
RUN /bin/sh -c mkdir -p /home/p2pool/.p2pool && chown p2pool.p2pool /home/p2pool /home/p2pool/.p2pool # buildkit
USER p2pool
EXPOSE &{[{{46 0} {46 0}}] 0xc000c9f240}
EXPOSE &{[{{47 0} {47 0}}] 0xc000c9f240}
EXPOSE &{[{{48 0} {48 0}}] 0xc000c9f240}
VOLUME [/home/p2pool/.p2pool]
WORKDIR /home/p2pool/.p2pool
ENTRYPOINT ["/p2pool"]
Details
Container
2025-09-09 11:51:19 +02:00
5
OCI / Docker
linux/amd64
53 MiB
Versions (4) View all
v4.10 2025-09-09
latest 2025-09-09
v4.9.1 2025-09-05
v4.9 2025-08-10