• Joined on 2025-11-29

thornode (chainnet)

Published 2026-02-09 15:43:43 +01:00 by tccn

Installation

docker pull git.crstin.com/tccn/thornode:chainnet
sha256:31a45c3b263c7132b313a77bad46f03f621b6e55517f200afe3f1754a04f642b

Images

Digest OS / Arch Size
5fc1c3cb3c linux/amd64 313 MiB

Image Layers ( linux/amd64)

ADD rootfs.tar.xz / # buildkit
CMD ["bash"]
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates=20210119 curl=7.74.0-1.3+deb11u16 jq=1.6-2.1+deb11u1 libffi-dev=3.3-6 libssl-dev=1.1.1w-0+deb11u4 openssl=1.1.1w-0+deb11u4 procps=2:3.3.17-5 python3=3.9.2-3 python3-pip=20.3.4-4+deb11u2 && rm -rf /var/lib/apt/lists/* && pip3 install --no-cache-dir requests==2.32.3 web3==7.5.0 retry==0.9.2 # buildkit
COPY /go/bin/thornode /go/bin/bifrost /go/bin/recover-keyshare-backup /usr/bin/ # buildkit
COPY /go/pkg/mod/github.com/!cosm!wasm/wasmvm/v2@v2.2.1/internal/api/libwasmvm.*.so /usr/lib # buildkit
COPY build/scripts /scripts # buildkit
ARG TAG=chainnet
ENV NET=chainnet
CMD ["/scripts/fullnode.sh"]
Details
Container
2026-02-09 15:43:43 +01:00
23
OCI / Docker
Versions (1) View all
chainnet 2026-02-09