ghp

radicle-explorer (97dac7-1)

Published 2025-10-02 21:08:46 +00:00 by ace

Installation

docker pull gitea.geekhome.org/ghp/radicle-explorer:97dac7-1
sha256:b0921965bdb2e695218794e47e759a7f953f5709324c5eea1e3cd3fa9183db53

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=97dac7e28f62cfd29e2a79d2f8a3175cc4562369 /bin/sh -c git clone https://seed.radicle.xyz/z4V1sjrXqjvFdnCUbxPFqd5p4DtH5.git radicle-explorer
WORKDIR /radicle-explorer
|1 RADICLE_EXPLORER_VERSION=97dac7e28f62cfd29e2a79d2f8a3175cc4562369 /bin/sh -c git checkout ${RADICLE_EXPLORER_VERSION} && rm -rf .git
ENV VITE_RUNTIME_CONFIG=true
|1 RADICLE_EXPLORER_VERSION=97dac7e28f62cfd29e2a79d2f8a3175cc4562369 /bin/sh -c npm install
|1 RADICLE_EXPLORER_VERSION=97dac7e28f62cfd29e2a79d2f8a3175cc4562369 /bin/sh -c npm run build
|1 RADICLE_EXPLORER_VERSION=97dac7e28f62cfd29e2a79d2f8a3175cc4562369 /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.38.1
Details
Container
2025-10-02 21:08:46 +00:00
1
OCI / Docker
linux/amd64
281 MiB
Versions (3) View all
97dac7-1 2025-10-02
be5605-1 2025-07-23
18afaa-1 2025-07-01