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

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

Closed
smallfryy opened this issue Dec 12, 2017 · 4 comments

Comments

@smallfryy
Copy link

smallfryy commented Dec 12, 2017

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:

  • Unable to pull mysql:5.7 image.

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

@smallfryy smallfryy changed the title MySQL 5:7 - no matching manifest for linux/arm in the manifest list entries (ARMv7l, Odroid XU3 64bit) MySQL 5.7 - no matching manifest for linux/arm in the manifest list entries (ARMv7l, Odroid XU3 64bit) Dec 12, 2017
@yosifkit
Copy link
Member

That's because the MySQL images are only available on x86_64. See also #318 (comment).

@smallfryy
Copy link
Author

smallfryy commented Dec 12, 2017

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

@yosifkit
Copy link
Member

Nothing yet.

@jeankhawand

This comment has been minimized.

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

No branches or pull requests

3 participants