radicle-node (1.2.0-1)
Published 2025-06-28 16:12:49 +00:00 by ace
Installation
docker pull gitea.geekhome.org/ghp/radicle-node:1.2.0-1
sha256:61d8173006a31043651e63dd767c85832ea83975afb9f3e3e50c0f3b41372057
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.0 |
RUN |1 RADICLE_NODE_VERSION=1.2.0 /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"] |