hoosat-node (latest)

Published 2024-11-16 19:45:01 +01:00 by midefos

Installation

docker pull git.midefos.com/midefos/hoosat-node:latest
sha256:96e04a1e0ae96ea71a4fe13f515ae8aa9352df1f3fbea00153423a2d915e135a

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:ebe009f86035c175ba244badd298a2582914415cf62783d510eab3a311a5d4e1 in /
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update && apt-get install -y wget unzip && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app
RUN /bin/sh -c wget https://github.com/Hoosat-Oy/HTND/releases/download/V1.1.5/HTND-1.1.5-linux.zip && unzip HTND-1.1.5-linux.zip -d ./ && rm HTND-1.1.5-linux.zip # buildkit
CMD ["/bin/sh" "-c" "/app/HTND --utxoindex --saferpc"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2024-11-16 19:45:01 +01:00
2
OCI / Docker
linux/amd64
74 MiB
Versions (1) View all
latest 2024-11-16