influxdata-docker icon indicating copy to clipboard operation
influxdata-docker copied to clipboard

Support for linux/arm/v7 architecture for InfluxDB 2.x

Open astromatt opened this issue 3 years ago • 3 comments

I would like to install InfluxDB using docker on my Raspberry Pi 4 Model B Rev 1.2 (2 Core + Hyper Threading, 4 GB RAM, 128 GB microSD; ARMv7 Processor rev 3 (v7l))

$ docker pull influxdb:2.2.0
2.2.0: Pulling from library/influxdb
no matching manifest for linux/arm/v7 in the manifest list entries
$ dpkg --print-architecture
armhf

$ uname -a
Linux 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l

$ cat /etc/os-release 
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

Pulling and running influxdb:1.8 it works without any problems.

astromatt avatar May 05 '22 19:05 astromatt

requires 64bit OS...

timhallinflux avatar Aug 12 '22 02:08 timhallinflux

It apparently does not. https://bitbucket.org/choekstra/influxdb2-linux-arm/src/master/

huhlig avatar Jul 08 '23 06:07 huhlig

Can this be added on the project ?

patrickelectric avatar Jan 02 '24 19:01 patrickelectric