Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
astromatt opened this issue May 5, 2022 · 3 comments
Open

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

astromatt opened this issue May 5, 2022 · 3 comments
Labels

Comments

@astromatt
Copy link

astromatt commented May 5, 2022

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.

@timhallinflux
Copy link
Contributor

requires 64bit OS...

@huhlig
Copy link

huhlig commented Jul 8, 2023

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

@patrickelectric
Copy link

Can this be added on the project ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants