ghp

radicle-explorer (30fd30-1)

Published 2025-12-29 15:22:35 +00:00 by ace

Installation

docker pull gitea.geekhome.org/ghp/radicle-explorer:30fd30-1
sha256:7f59e1976abe091b60016bd6979a38df2c98a8ab8c4f00d4f71033f591dd6006

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=30fd309e042aae22a20e95ef4c60562ed302a36d /bin/sh -c git clone https://rosa.radicle.xyz/z4V1sjrXqjvFdnCUbxPFqd5p4DtH5.git radicle-explorer
WORKDIR /radicle-explorer
|1 RADICLE_EXPLORER_VERSION=30fd309e042aae22a20e95ef4c60562ed302a36d /bin/sh -c git checkout ${RADICLE_EXPLORER_VERSION} && rm -rf .git
ENV VITE_RUNTIME_CONFIG=true
|1 RADICLE_EXPLORER_VERSION=30fd309e042aae22a20e95ef4c60562ed302a36d /bin/sh -c npm install
|1 RADICLE_EXPLORER_VERSION=30fd309e042aae22a20e95ef4c60562ed302a36d /bin/sh -c npm run build
|1 RADICLE_EXPLORER_VERSION=30fd309e042aae22a20e95ef4c60562ed302a36d /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
2025-12-29 15:22:35 +00:00
1
OCI / Docker
linux/amd64
289 MiB
Versions (4) View all
30fd30-1 2025-12-29
97dac7-1 2025-10-02
be5605-1 2025-07-23
18afaa-1 2025-07-01