node_exporter icon indicating copy to clipboard operation
node_exporter copied to clipboard

Provide linux/riscv64 container images

Open tdakkota opened this issue 6 months ago • 0 comments

Currently, there is no available image of node_exporter for linux/riscv64:

$ docker pull --platform linux/riscv64 quay.io/prometheus/node-exporter:latest
latest: Pulling from prometheus/node-exporter
no matching manifest for linux/riscv64 in the manifest list entries
$ docker pull --platform linux/riscv64 prom/node-exporter:latest
latest: Pulling from prom/node-exporter
no matching manifest for linux/riscv64 in the manifest list entries

It looks like it was not intended, since #2706 was closed without updating Makefile and .dockerignore.

tdakkota avatar Apr 25 '25 15:04 tdakkota