radicle-node (1.2.1-1)
Published 2025-07-23 14:23:13 +00:00 by ace
Installation
docker pull gitea.geekhome.org/ghp/radicle-node:1.2.1-1
sha256:4b7cf0cc225bfddcdc7cc1d93a2c06e002288d972dae323a7e408f5b98da53d1
Image Layers
ADD almalinux-10-default-amd64.tar.xz / # buildkit |
CMD ["/bin/bash"] |
RUN /bin/sh -c dnf install -y epel-release dnf-plugins-core && dnf update -y && dnf config-manager --enable crb && dnf clean all && rm -rf /var/cache/yum # buildkit |
RUN /bin/sh -c dnf install -y git npm && dnf clean all && rm -rf /var/cache/yum # buildkit |
ARG RADICLE_NODE_VERSION=1.2.1 |
RUN |1 RADICLE_NODE_VERSION=1.2.1 /bin/sh -c curl https://files.radicle.xyz/releases/latest/radicle-$RADICLE_NODE_VERSION-x86_64-unknown-linux-musl.tar.xz | tar -xvJf - --strip-components=1 -C /usr/local/ # buildkit |
EXPOSE map[9876/tcp:{}] |
ENV RUST_BACKTRACE=1 |
CMD ["rad" "node" "start" "--foreground"] |