Skip to content

jjo/prometheus-arm-docker

 
 

Repository files navigation

Build Status

Prometheus ARM Docker Images

Forked from the original great work by https://github.com/tantalic/prometheus-arm-docker

ARM Docker images for Prometheus for deployment on Raspberry Pi and similar boards.

All images use the official release binaries, downloaded from the Prometheus download page, and default/sample configurations. The images are also designed to match the official x86 Docker images.

No hardcorded version (only major release(s) per directory), see Makefile.common and e.g. prometheus-v1/Makefile.

Docker images built:

Binary ARM 32 ARM 64
prometheus xjjo/armv7-prometheus xjjo/arm64-prometheus
alertmanager xjjo/armv7-alertmanager xjjo/arm64-alertmanager
pushgateway xjjo/armv7-pushgateway xjjo/arm64-pushgateway
node_exporter xjjo/armv7-node_exporter xjjo/arm64-node_exporter
blackbox_exporter xjjo/armv7-blackbox_exporter xjjo/arm64-blackbox_exporter

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 72.9%
  • Dockerfile 27.1%