influxdata-docker
influxdata-docker copied to clipboard
Support for linux/arm/v7 architecture for InfluxDB 2.x
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.
requires 64bit OS...
It apparently does not. https://bitbucket.org/choekstra/influxdb2-linux-arm/src/master/
Can this be added on the project ?