influxdb: Docker pull with Raspberry Pi: "no matching manifest for unknown in the manifest list entries"
System info: [Include InfluxDB version, operating system name, and other relevant details] Raspberry Pi 3B using Raspbian Stretch Lite Docker version:
Client:
Version: 18.06.1-ce
API version: 1.38
Go version: go1.10.3
Git commit: e68fc7a
Built: Tue Aug 21 17:30:52 2018
OS/Arch: linux/arm
Experimental: false
Server:
Engine:
Version: 18.06.1-ce
API version: 1.38 (minimum version 1.12)
Go version: go1.10.3
Git commit: e68fc7a
Built: Tue Aug 21 17:26:37 2018
OS/Arch: linux/arm
Experimental: false
Steps to reproduce:
docker pull influxdb:1.6-alpineORhelm install stable/influxdb
Expected behavior: [What you expected to happen]
Image pull succeeds.
Actual behavior: [What actually happened]
Image pull fails with error: no matching manifest for unknown in the manifest list entries
This appears to be specific to this tag; latest works fine.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 19
- Comments: 15
Got it working by switching my docker-compose.yml over to: image: arm64v8/influxdb:latest
It broke after I switched to the latest firmware.
I am having a similar issue.
When trying to do a docker-compose pull, i get the following error:
My docker compose looks as follows:
In January, I’ve had success with the following docker compose, however, same error happens now
Any ideas for how to debug this, please?
EDIT: The instructions provided here helped me resolve the issue: https://github.com/influxdata/influxdata-docker/issues/460 Influx 2.0 requires 64-bit architecture, not available on my RPi 3 installation.
If you guys read my post properly, there is a solution at the end of it.