hootchain-node (latest)

Published 2024-08-18 20:44:54 +02:00 by midefos

Installation

docker pull git.midefos.com/midefos/hootchain-node:latest
sha256:bd09a5104f6353b9b0e5f65fb980b538e9603f620739daddf135a249730a1a59

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:2f8a54a5efd080fb81efea702b4e3e07d946eec7563fb2281bd28950c10ec462 in /
CMD ["/bin/bash"]
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install -y wget tar libminiupnpc-dev libboost-all-dev libnatpmp-dev libzmq3-dev libzmq5 && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c wget https://github.com/user-attachments/files/16398870/HootChainDaemonv1.1_ubuntu_22.tar.gz && tar -xzvf HootChainDaemonv1.1_ubuntu_22.tar.gz && rm HootChainDaemonv1.1_ubuntu_22.tar.gz # buildkit
CMD ["/app/hootd"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2024-08-18 20:44:54 +02:00
6
OCI / Docker
linux/amd64
247 MiB
Versions (1) View all
latest 2024-08-18