radicle-explorer (18afaa-1)
Published 2025-07-01 15:30:35 +00:00 by ace
Installation
docker pull gitea.geekhome.org/ghp/radicle-explorer:18afaa-1sha256:c669865fe9ecb53f66a7e7a2bc11e9ac2d8729077e62b35b23e7dd050306de14Image 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_EXPLORER_VERSION=18afaa1251f974ccf9fb6a2e7c16ff296cf95758 |
| WORKDIR / |
| RUN |1 RADICLE_EXPLORER_VERSION=18afaa1251f974ccf9fb6a2e7c16ff296cf95758 /bin/sh -c git clone https://seed.radicle.xyz/z4V1sjrXqjvFdnCUbxPFqd5p4DtH5.git radicle-explorer # buildkit |
| RUN |1 RADICLE_EXPLORER_VERSION=18afaa1251f974ccf9fb6a2e7c16ff296cf95758 /bin/sh -c ls # buildkit |
| WORKDIR /radicle-explorer |
| RUN |1 RADICLE_EXPLORER_VERSION=18afaa1251f974ccf9fb6a2e7c16ff296cf95758 /bin/sh -c echo $(pwd) # buildkit |
| RUN |1 RADICLE_EXPLORER_VERSION=18afaa1251f974ccf9fb6a2e7c16ff296cf95758 /bin/sh -c ls # buildkit |
| RUN |1 RADICLE_EXPLORER_VERSION=18afaa1251f974ccf9fb6a2e7c16ff296cf95758 /bin/sh -c git checkout ${RADICLE_EXPLORER_VERSION} # buildkit |
| ENV VITE_RUNTIME_CONFIG=true |
| RUN |1 RADICLE_EXPLORER_VERSION=18afaa1251f974ccf9fb6a2e7c16ff296cf95758 /bin/sh -c npm install # buildkit |
| RUN |1 RADICLE_EXPLORER_VERSION=18afaa1251f974ccf9fb6a2e7c16ff296cf95758 /bin/sh -c npm run build # buildkit |
| RUN |1 RADICLE_EXPLORER_VERSION=18afaa1251f974ccf9fb6a2e7c16ff296cf95758 /bin/sh -c sed -i s/localhost/0.0.0.0/g /radicle-explorer/vite.config.ts # buildkit |
| EXPOSE map[3000/tcp:{}] |
| CMD ["npm" "run" "start"] |