fg2it / grafana-on-raspberry

Grafana packages for raspberry pi (armv6/armv7) and aarch64/arm64
311 stars 32 forks source link

Thank you so much! #5

Closed mhaas closed 8 years ago

mhaas commented 8 years ago

Not really an issue - but your docker packages helped me tremendously! Thanks :) If you are interested, I have some Dockerfiles for influxdb on ARM laying around.

mhaas commented 8 years ago

By the way, your Dockerfile also builds fine from armhf/debian:

diff --git a/docker/v3.x/Dockerfile b/docker/v3.x/Dockerfile
index 509a28b..20173c1 100644
--- a/docker/v3.x/Dockerfile
+++ b/docker/v3.x/Dockerfile
@@ -1,4 +1,5 @@
-FROM resin/armv7hf-debian:jessie
+#FROM resin/armv7hf-debian:jessie
+FROM armhf/debian:jessie

 ARG GRAFANA_VERSION
 ARG PKG_NAME

That's perhaps slightly cleaner - armhf/debian should be the semi-official Docker images. But I didn't check what the resin imasge actually contains :)

fg2it commented 8 years ago

@mhaas you are welcomed. Thank you for your proposal for influxdb, I also have that :-) I don't remember why I took the resine images. I think I also checked the armhf/debian at that time but could not say why I stayed with resine.