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

docker:dind 20 multi-arch missing for arm/v7 #286

Closed
maitredede opened this issue Jan 11, 2021 · 1 comment
Closed

docker:dind 20 multi-arch missing for arm/v7 #286

maitredede opened this issue Jan 11, 2021 · 1 comment

Comments

@maitredede
Copy link

maitredede commented Jan 11, 2021

Hello,

On a Rasperry Pi 4 32bits : docker pull docker:20.10.2-dind

no matching manifest for linux/arm/v7 in the manifest list entries

docker manifest inspect docker:20.10.2-dind

{
   "schemaVersion": 2,
   "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
   "manifests": [
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 2614,
         "digest": "sha256:12521ff42db0d1e1d99f89c7dea6aa6e2d028c20cb42dad8285503735ddf678d",
         "platform": {
            "architecture": "amd64",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 2614,
         "digest": "sha256:009bdea1b7cf4de7f5f7febf8cce1f322b92598927318c78cd2c012d8c0dc866",
         "platform": {
            "architecture": "arm64",
            "os": "linux",
            "variant": "v8"
         }
      }
   ]
}

Based on #145

When I docker run --rm -it docker:dind docker version :

Client: Docker Engine - Community
 Version:           19.03.8
...
@tianon
Copy link
Member

tianon commented Jan 11, 2021

Duplicate of #260

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

2 participants