Mysql: MySQL 5.7 - no matching manifest for linux/arm in the manifest list entries (ARMv7l, Odroid XU3 64bit)

Created on 12 Dec 2017  路  4Comments  路  Source: docker-library/mysql

Description
On a ARMv7l (e.g. Odroid XU3 64bit) running Docker I am unable to pull a mySQL:5.7 image with linux/arm support.

Steps to reproduce the issue:

  • on a ARMv7l (Odroid XU3) install Linux Ubuntu 16.04.2 MATE and Docker CE (for armhf), Docker-Compose via pip.
  • do docker pull mysql:5.7

Describe the results you received:

Output

odroid@odroid~/src/project$ docker pull mysql:5.7
5.7: Pulling from library/mysql
No matching manifest for linux/arm in the manifest list entries

Output of docker version:

odroid@odroid:~/src/precog$ docker version
Client:
 Version:      17.09.1-ce
 API version:  1.32
 Go version:   go1.8.3
 Git commit:   19e2cf6
 Built:        Thu Dec  7 22:33:06 2017
 OS/Arch:      linux/arm

Server:
 Version:      17.09.1-ce
 API version:  1.32 (minimum version 1.12)
 Go version:   go1.8.3
 Git commit:   19e2cf6
 Built:        Thu Dec  7 22:29:31 2017
 OS/Arch:      linux/arm
 Experimental: false

Output of docker info:

odroid@odroid:~$ docker info
Containers: 1
 Running: 0
 Paused: 0
 Stopped: 1
Images: 2
Server Version: 17.09.1-ce
Storage Driver: aufs
 Root Dir: /var/lib/docker/aufs
 Backing Filesystem: extfs
 Dirs: 4
 Dirperm1 Supported: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: bridge host macvlan null overlay
 Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 06b9cb35161009dcb7123345749fef02f7cea8e0
runc version: 3f2f8b84a77f73d38244dd690525642a72156c64
init version: 949e6fa
Security Options:
 seccomp
  Profile: default
Kernel Version: 3.10.105-141
Operating System: Ubuntu 16.04.2 LTS
OSType: linux
Architecture: armv7l
CPUs: 8
Total Memory: 1.944GiB
Name: odroid
ID: (redacted)
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Experimental: false
Insecure Registries:
 127.0.0.0/8
Live Restore Enabled: false

Additional environmental details (AWS, physical, etc):
n/a

Most helpful comment

That's because the MySQL images are only available on x86_64. See also https://github.com/docker-library/mysql/issues/318#issuecomment-339460074.

All 4 comments

That's because the MySQL images are only available on x86_64. See also https://github.com/docker-library/mysql/issues/318#issuecomment-339460074.

@yosifkit do we know if/when this will be supported?

Nothing yet.

the same issue I'm facing, try to move on to Postgres for the moment

Was this page helpful?
0 / 5 - 0 ratings