p2pool (v4.9.1)

Published 2025-09-05 02:54:44 +02:00 by docker-images in docker-images/p2pool

Installation

docker pull git.shork.ch/docker-images/p2pool:v4.9.1
sha256:6f6e32352ab4622705624db873694bd45a8e9b643c2090496bdc1bcea3c77981

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1754870400'
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}}] 0xc000d4f080}
EXPOSE &{[{{47 0} {47 0}}] 0xc000d4f080}
EXPOSE &{[{{48 0} {48 0}}] 0xc000d4f080}
VOLUME [/home/p2pool/.p2pool]
WORKDIR /home/p2pool/.p2pool
ENTRYPOINT ["/p2pool"]
Details
Container
2025-09-05 02:54:44 +02:00
0
OCI / Docker
linux/amd64
53 MiB
Versions (3) View all
latest 2025-09-05
v4.9.1 2025-09-05
v4.9 2025-08-10