dvb-gopool (sha256:1322fa2bc7bcf0c096de20b988c0ac8323d1015ebfabebe637d4d75ad7cbdaf1)
Published 2026-07-15 05:06:27 +00:00 by dvb-projekt
Installation
docker pull git.warppool.org/dvb-projekt/dvb-gopool@sha256:1322fa2bc7bcf0c096de20b988c0ac8323d1015ebfabebe637d4d75ad7cbdaf1sha256:1322fa2bc7bcf0c096de20b988c0ac8323d1015ebfabebe637d4d75ad7cbdaf1Image layers
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800' |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libzmq5 tini && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /out/goPool /app/goPool # buildkit |
| COPY /out/gopool-setup-server /usr/local/bin/gopool-setup-server # buildkit |
| COPY /src/data /app/data.default # buildkit |
| COPY /src/documentation /app/documentation # buildkit |
| COPY config/config.toml.example /app/data.default/config/examples/config.toml.example # buildkit |
| COPY entrypoint.sh /usr/local/bin/gopool-entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/gopool-entrypoint.sh # buildkit |
| EXPOSE [3333/tcp 3334/tcp 8334/tcp] |
| ENTRYPOINT ["/usr/bin/tini" "--" "/usr/local/bin/gopool-entrypoint.sh"] |
Details
2026-07-15 05:06:27 +00:00
Versions (4)
View all
Container
1
OCI / Docker
linux/arm64
44 MiB
v0.3.3-patched.71
2026-07-15
v0.3.2-patched.70
2026-07-07