influxdb: InfluxDB 2.0.1 Docker image on quay.io doesn't have arm64 build, amd64 pulled instead
Hi,
testing the new version 2.0.0 and 2.0.1 as per the instructions, on arm64 architecture (Rapsberry Pi 4 8GB) via:
sudo docker run --name influxdb -d -p 8086:8086 quay.io/influxdb/influxdb:v2.0.1
Image is correctly pulled from quay.io/influxdb/influxdb:v2.0.1, but instead of arm64 version, amd64 is used. That leads to expected error during the container’s initialisation phase:
standard_init_linux.go:211: exec user process caused "exec format error"
I have tried to use various different tags, but it seems the arm64 build is not (yet) available on quay.io. The official Docker Hub repository doesn’t even have any 2.x.x versions available yet.
I appreciate it’s probably still too early after the new release, but would you have a timeframe in mind?
Thanks a lot.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 20 (5 by maintainers)
I don’t have a reason, acutally. I think I simply forgot… Maybe upgrading it could fix? I will try and upgrade it.
quay.io/influxdb/influxdb:v2.0.4is now live. It should resolve correctly to the ARM64 build when youdocker pull@boumanb that’s expected, we aren’t currently supporting 32-bit architectures.