influxdata / influxdata/influxdata-docker
Support for linux/arm/v7 architecture for InfluxDB 2.x
- Dominant language
- Shell
- Stars
- 364
- Forks
- 255
- Avg merge
- 3h 18m
- Merged PRs (30d)
- 7
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported docker pull for influxdb:2.2.0 on a linux/arm/v7 Raspberry Pi environment, then inspect the repository's Docker image build entry points. Done means the published image manifest includes linux/arm/v7 and the InfluxDB 2.x image can be pulled and run on the reported setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, linux, raspberry-pi
- Domain
- devops, embedded-iot, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100