dvb-gopool (sha256:4ffeeb7342b6011ab9329c8c1b8a64fb190ef460d72fb65296caefa5cdd65833)
Published 2026-07-15 05:06:26 +00:00 by dvb-projekt
Installation
docker pull git.warppool.org/dvb-projekt/dvb-gopool@sha256:4ffeeb7342b6011ab9329c8c1b8a64fb190ef460d72fb65296caefa5cdd65833sha256:4ffeeb7342b6011ab9329c8c1b8a64fb190ef460d72fb65296caefa5cdd65833Image layers
| # debian.sh --arch 'amd64' 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:26 +00:00
Versions (4)
View all
Container
5
OCI / Docker
linux/amd64
46 MiB
v0.3.3-patched.71
2026-07-15
v0.3.2-patched.70
2026-07-07