monero-node (latest)

Published 2024-12-30 14:24:46 +01:00 by midefos

Installation

docker pull git.midefos.com/midefos/monero-node:latest
sha256:8db53d241a17082d0265b51e39795cecd838246cb401fde6fdad433ec2dcbd65

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:bcebbf0fddcba5b864d5d267b68dd23bcfb01275e6ec7bcab69bf8b56af14804 in /
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update && apt-get install -y wget tar bzip2 && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app
RUN /bin/sh -c wget -q https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.3.4.tar.bz2 && mkdir -p /monero-tmp && tar -xjvf monero-linux-x64-v0.18.3.4.tar.bz2 -C /monero-tmp && mv /monero-tmp/monero-x86_64-linux-gnu-v0.18.3.4/* /app/ && rm -r /monero-tmp monero-linux-x64-v0.18.3.4.tar.bz2 # buildkit

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2024-12-30 14:24:46 +01:00
1
OCI / Docker
linux/amd64
119 MiB
Versions (1) View all
latest 2024-12-30