mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2026-06-23 12:22:36 -04:00
Compare commits
90 Commits
00fe0b7e4d
...
optimize-f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0187089f4 | ||
|
|
a36f7e0a2f | ||
|
|
0518013758 | ||
|
|
24185da98c | ||
|
|
a0610a6215 | ||
|
|
f8867c29bb | ||
|
|
6b67d40ec2 | ||
|
|
3d1374df75 | ||
|
|
599c70f413 | ||
|
|
9303676316 | ||
|
|
c20c54e17d | ||
|
|
b3dca32ba0 | ||
|
|
f96e9166dc | ||
|
|
1ec1d51cfb | ||
|
|
d2bed819bd | ||
|
|
ea2462edf8 | ||
|
|
d30e72c868 | ||
|
|
943566c666 | ||
|
|
2afef48805 | ||
|
|
9c9a34f0d3 | ||
|
|
bd412b57f5 | ||
|
|
46a1067577 | ||
|
|
fd9cf843cf | ||
|
|
e883973c01 | ||
|
|
fa13d52fdb | ||
|
|
de5a18086b | ||
|
|
99e34b3579 | ||
|
|
21da5b959b | ||
|
|
f2476cbaaa | ||
|
|
bf406b66a8 | ||
|
|
cc76d47cc4 | ||
|
|
276ec16292 | ||
|
|
366802894c | ||
|
|
9fdc25b6b6 | ||
|
|
868cfb9673 | ||
|
|
6ebfedde92 | ||
|
|
6d4f11403b | ||
|
|
b82007d36e | ||
|
|
8522817c89 | ||
|
|
8a2d4bd270 | ||
|
|
37d68bc1bd | ||
|
|
dae74873c4 | ||
|
|
d37c6f7bdf | ||
|
|
84ebde54dd | ||
|
|
e834b7e289 | ||
|
|
389cc18843 | ||
|
|
93c985963a | ||
|
|
8d209c335a | ||
|
|
2baed31844 | ||
|
|
c591b338f3 | ||
|
|
a1a95d5294 | ||
|
|
0bc7dba09d | ||
|
|
49019ab2f9 | ||
|
|
53c1baaaf2 | ||
|
|
1fdd47de76 | ||
|
|
f2a46b8a21 | ||
|
|
679ac1e87e | ||
|
|
cbf7fbfb7e | ||
|
|
382708175c | ||
|
|
e4d02db831 | ||
|
|
ef64a6db7d | ||
|
|
d3a1a704b8 | ||
|
|
8178e7df3e | ||
|
|
9b158c86c2 | ||
|
|
031bd91913 | ||
|
|
2bd817c6c2 | ||
|
|
b77b8d9d7c | ||
|
|
f34b0b4e7a | ||
|
|
77f6cd5311 | ||
|
|
9719c48897 | ||
|
|
2290ddb6b9 | ||
|
|
843f97b1cf | ||
|
|
6945b17b5d | ||
|
|
df89ed309f | ||
|
|
f181dbcd59 | ||
|
|
89ca118508 | ||
|
|
9d6980c6d2 | ||
|
|
501a27001b | ||
|
|
35a6c3a3ed | ||
|
|
bfe73f3409 | ||
|
|
9925a8d336 | ||
|
|
c699d76908 | ||
|
|
ee90239c6b | ||
|
|
28104934af | ||
|
|
d2494e9deb | ||
|
|
76b1d9164c | ||
|
|
ec715061c0 | ||
|
|
90af90e29a | ||
|
|
9b66c26a8d | ||
|
|
ba800e4da7 |
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
@@ -1,11 +0,0 @@
|
||||
version: 2
|
||||
updates:
|
||||
# Maintain dependencies for GitHub Actions
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
groups:
|
||||
dependency-updates:
|
||||
patterns:
|
||||
- "*"
|
||||
6
.github/workflows/build-image-on-push.yml
vendored
6
.github/workflows/build-image-on-push.yml
vendored
@@ -37,14 +37,14 @@ jobs:
|
||||
echo "DIGEST_NAME=amd64" >> $GITHUB_ENV
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.9.0
|
||||
uses: docker/setup-buildx-action@v4.1.0
|
||||
-
|
||||
name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
-
|
||||
name: Test build of image
|
||||
id: build
|
||||
uses: docker/build-push-action@v6.13.0
|
||||
uses: docker/build-push-action@v7.2.0
|
||||
with:
|
||||
push: false
|
||||
load: true
|
||||
|
||||
32
.github/workflows/update-image-on-push.yml
vendored
32
.github/workflows/update-image-on-push.yml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- 'Dockerfile'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
GHCR_REPO: ghcr.io/${{ github.repository_owner }}/p2pool
|
||||
@@ -33,29 +34,26 @@ jobs:
|
||||
echo "DIGEST_NAME=amd64" >> $GITHUB_ENV
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
uses: docker/metadata-action@v6
|
||||
with:
|
||||
images: |
|
||||
${{ env.GHCR_REPO }}
|
||||
-
|
||||
name: Get p2pool release tag
|
||||
run: echo P2POOL_TAG="$(awk -F '=' '/P2POOL_BRANCH=/ {print $2}' Dockerfile)" >> $GITHUB_ENV
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.9.0
|
||||
uses: docker/setup-buildx-action@v4.1.0
|
||||
-
|
||||
name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3.3.0
|
||||
uses: docker/login-action@v4.2.0
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
-
|
||||
name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
-
|
||||
name: Build and and push by digest
|
||||
uses: docker/build-push-action@v6.13.0
|
||||
uses: docker/build-push-action@v7.2.0
|
||||
id: build
|
||||
with:
|
||||
outputs: type=image,"name=${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true
|
||||
@@ -70,7 +68,7 @@ jobs:
|
||||
touch "${{ runner.temp }}/digests/${digest#sha256:}"
|
||||
|
||||
- name: Upload digest
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: digests-${{ env.DIGEST_NAME }}
|
||||
path: ${{ runner.temp }}/digests/*
|
||||
@@ -83,32 +81,38 @@ jobs:
|
||||
- build
|
||||
steps:
|
||||
- name: Download digests
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
path: ${{ runner.temp }}/digests
|
||||
pattern: digests-*
|
||||
merge-multiple: true
|
||||
|
||||
- name: Login to GHCR
|
||||
uses: docker/login-action@v3.3.0
|
||||
uses: docker/login-action@v4.2.0
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.9.0
|
||||
uses: docker/setup-buildx-action@v4.1.0
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Get p2pool release tag
|
||||
run: echo P2POOL_TAG="$(awk -F '=' '/P2POOL_BRANCH=/ {print $2}' Dockerfile)" >> $GITHUB_ENV
|
||||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
uses: docker/metadata-action@v6
|
||||
with:
|
||||
images: |
|
||||
${{ env.GHCR_REPO }}
|
||||
tags: |
|
||||
type=sha
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
type=semver,pattern={{version}},value=${{ env.P2POOL_TAG }}
|
||||
type=raw,value=${{ env.P2POOL_TAG }}
|
||||
|
||||
- name: Create manifest list and push
|
||||
working-directory: ${{ runner.temp }}/digests
|
||||
|
||||
20
Dockerfile
20
Dockerfile
@@ -1,7 +1,7 @@
|
||||
ARG P2POOL_BRANCH=v4.3
|
||||
ARG P2POOL_BRANCH=v4.17
|
||||
|
||||
# Select latest Ubuntu LTS for the build image base
|
||||
FROM ubuntu:latest as build
|
||||
# Pin to the latest Ubuntu LTS for the build image base (kept current by Renovate)
|
||||
FROM ubuntu:24.04 as build
|
||||
LABEL author="sethforprivacy@protonmail.com" \
|
||||
maintainer="sethforprivacy@protonmail.com"
|
||||
|
||||
@@ -24,20 +24,22 @@ WORKDIR /p2pool
|
||||
|
||||
# Git pull p2pool source at specified tag/branch
|
||||
ARG P2POOL_BRANCH
|
||||
RUN git clone --recursive --branch ${P2POOL_BRANCH} https://github.com/SChernykh/p2pool .
|
||||
RUN git clone --recursive --depth 1 --shallow-submodules --branch ${P2POOL_BRANCH} https://github.com/SChernykh/p2pool .
|
||||
|
||||
# Make static p2pool binary
|
||||
ARG NPROC
|
||||
RUN test -z "$NPROC" && nproc > /nproc || echo -n "$NPROC" > /nproc && mkdir build && cd build && cmake .. && make -j"$(cat /nproc)"
|
||||
|
||||
# Select latest Ubuntu LTS for the image base
|
||||
FROM ubuntu:latest
|
||||
# Pin to the latest Ubuntu LTS for the image base (kept current by Renovate)
|
||||
FROM ubuntu:24.04
|
||||
|
||||
# Install remaining dependencies
|
||||
# Install only the runtime shared libraries that the p2pool binary links against
|
||||
# (runtime equivalents of the build-stage -dev packages, verified via ldd on the
|
||||
# built binary against the pinned Ubuntu 24.04 base)
|
||||
RUN apt-get update \
|
||||
&& apt-get upgrade -y \
|
||||
&& apt-get install --no-install-recommends -y libuv1-dev libzmq3-dev libsodium-dev \
|
||||
libpgm-dev libnorm-dev libgss-dev libcurl4-openssl-dev libidn2-0-dev \
|
||||
&& apt-get install --no-install-recommends -y libuv1t64 libzmq5 libsodium23 \
|
||||
libpgm-5.3-0t64 libnorm1t64 libgssapi-krb5-2 libcurl4t64 libidn2-0 \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
18
README.md
18
README.md
@@ -3,21 +3,11 @@ A simple and straightforward Dockerized [p2pool](https://github.com/SChernykh/p2
|
||||
|
||||
## Actions
|
||||
|
||||
[](https://github.com/sethsimmons/p2pool-docker/actions/workflows/update-daily.yml)
|
||||
[](https://github.com/sethsimmons/p2pool-docker/actions/workflows/update-base-image.yml)
|
||||
[](https://github.com/sethsimmons/p2pool-docker/actions/workflows/update-image-on-push.yml)
|
||||
[](https://github.com/sethsimmons/p2pool-docker/actions/workflows/trivy-analysis.yml)
|
||||
|
||||
## Docker
|
||||
|
||||

|
||||

|
||||

|
||||
[](https://github.com/sethforprivacy/p2pool-docker/actions/workflows/update-daily.yml)
|
||||
[](https://github.com/sethforprivacy/p2pool-docker/actions/workflows/update-base-image.yml)
|
||||
|
||||
# Docker Hub
|
||||
This repo is used to build the images available at:
|
||||
|
||||
https://hub.docker.com/r/sethsimmons/p2pool
|
||||
This repo is used to build the images available here on GHCR.
|
||||
|
||||
# Tags
|
||||
|
||||
@@ -28,7 +18,7 @@ https://hub.docker.com/r/sethsimmons/p2pool
|
||||
*NOTE: Remember to replace the host address with your own node (if desired) as well as the Monero address for the `--wallet` flag, or else you'll be making a kind hashrate donation to me.*
|
||||
|
||||
```bash
|
||||
docker run -d --name="p2pool" -p 3333:3333 -p 37889:37889 -v p2pool-data:/home/p2pool -v /dev/hugepages:/dev/hugepages:rw sethsimmons/p2pool:latest --host 5.9.120.18 --rpc-port 18089 --wallet 468ydghFfthE3UTc53eF5MP9UyrMcUiAHP5kizVYJsej5XGaXBoAAEzUHCcUF7t3E3RrYAX8Rs1ujhBdcvMpZSbH8qkb55R --stratum 0.0.0.0:3333 --p2p 0.0.0.0:37889 --addpeers 65.21.227.114:37889,node.sethforprivacy.com:37889
|
||||
docker run -d --name="p2pool" -p 3333:3333 -p 37889:37889 -v p2pool-data:/home/p2pool -v /dev/hugepages:/dev/hugepages:rw ghcr.io/sethforprivacy/p2pool:latest --host 5.9.120.18 --rpc-port 18089 --wallet 468ydghFfthE3UTc53eF5MP9UyrMcUiAHP5kizVYJsej5XGaXBoAAEzUHCcUF7t3E3RrYAX8Rs1ujhBdcvMpZSbH8qkb55R --stratum 0.0.0.0:3333 --p2p 0.0.0.0:37889 --addpeers 65.21.227.114:37889,node.sethforprivacy.com:37889
|
||||
```
|
||||
|
||||
# Copyrights
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
version: '3.5'
|
||||
services:
|
||||
monerod:
|
||||
image: sethsimmons/simple-monerod:latest
|
||||
image: ghcr.io/sethforprivacy/simple-monerod:latest
|
||||
restart: unless-stopped
|
||||
container_name: monerod
|
||||
volumes:
|
||||
@@ -21,7 +20,7 @@ services:
|
||||
- "--out-peers=50"
|
||||
|
||||
p2pool:
|
||||
image: sethsimmons/p2pool:latest
|
||||
image: ghcr.io/sethforprivacy/p2pool:latest
|
||||
restart: unless-stopped
|
||||
container_name: p2pool
|
||||
tty: true
|
||||
@@ -52,15 +51,6 @@ services:
|
||||
volumes:
|
||||
- tor-keys:/var/lib/tor/hidden_service/
|
||||
|
||||
autoheal:
|
||||
image: willfarrell/autoheal:latest
|
||||
container_name: autoheal
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
AUTOHEAL_CONTAINER_LABEL: all
|
||||
volumes:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
|
||||
watchtower:
|
||||
image: containrrr/watchtower:latest
|
||||
container_name: watchtower
|
||||
|
||||
Reference in New Issue
Block a user