monerod (latest)
Installation
docker pull git.jtcf.dev/johnthecoolingfan/monerod:latestsha256:8d0b0237ab17fdfe37232061ff751a5754c21354d50fb1a07fc79ef3537f8d84About this package
Monero daemon
Image layers
| ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| /bin/sh -c apk add --no-cache monero && rm /usr/bin/monero-blockchain-export /usr/bin/monero-wallet-rpc /usr/bin/monero-wallet-cli |
| LABEL org.opencontainers.image.title="monerod" org.opencontainers.image.description="Monero daemon" org.opencontainers.image.url="https://jtcf.dev/johnthecoolingfan/monerod" org.opencontainers.image.source="https://jtcf.dev/forgejo/JohnTheCoolingFan/monero-containers" org.opencontainers.image.authors="JohnTheCoolingFan" org.opencontainers.image.licenses="GPL-3" |
| ENTRYPOINT ["/usr/bin/monerod"] |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.43.1 |
| org.opencontainers.image.authors | JohnTheCoolingFan |
| org.opencontainers.image.description | Monero daemon |
| org.opencontainers.image.licenses | GPL-3 |
| org.opencontainers.image.source | https://jtcf.dev/forgejo/JohnTheCoolingFan/monero-containers |
| org.opencontainers.image.title | monerod |
| org.opencontainers.image.url | https://jtcf.dev/johnthecoolingfan/monerod |