ghp

radicle-explorer (fadd61-1)

Published 2026-01-09 19:09:10 +00:00 by ace

Installation

docker pull gitea.geekhome.org/ghp/radicle-explorer:fadd61-1
sha256:876979907f81ec6661602105db48ac8cd909cf997e5d45deeada4492748dbff6

Image Layers

ADD almalinux-10-default-amd64.tar.xz / # buildkit
CMD ["/bin/bash"]
/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
/bin/sh -c dnf install -y git npm && dnf clean all && rm -rf /var/cache/yum
ARG RADICLE_EXPLORER_VERSION
WORKDIR /
|1 RADICLE_EXPLORER_VERSION=fadd61463660187bb4bbd88ba6864e6d62113b0b /bin/sh -c git clone https://rosa.radicle.xyz/z4V1sjrXqjvFdnCUbxPFqd5p4DtH5.git radicle-explorer
WORKDIR /radicle-explorer
|1 RADICLE_EXPLORER_VERSION=fadd61463660187bb4bbd88ba6864e6d62113b0b /bin/sh -c git checkout ${RADICLE_EXPLORER_VERSION} && rm -rf .git
ENV VITE_RUNTIME_CONFIG=true
|1 RADICLE_EXPLORER_VERSION=fadd61463660187bb4bbd88ba6864e6d62113b0b /bin/sh -c npm install
|1 RADICLE_EXPLORER_VERSION=fadd61463660187bb4bbd88ba6864e6d62113b0b /bin/sh -c npm run build
|1 RADICLE_EXPLORER_VERSION=fadd61463660187bb4bbd88ba6864e6d62113b0b /bin/sh -c sed -i s/localhost/0.0.0.0/g /radicle-explorer/vite.config.ts
EXPOSE 3000
CMD [ "npm", "run", "start"]

Labels

Key Value
io.buildah.version 1.42.0
Details
Container
2026-01-09 19:09:10 +00:00
1
OCI / Docker
linux/amd64
289 MiB
Versions (5) View all
8f52b2-1 2026-01-15
fadd61-1 2026-01-09
30fd30-1 2025-12-29
97dac7-1 2025-10-02
be5605-1 2025-07-23