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

No matching manifest for linux/amd64 #116

Closed
linstantnoodles opened this issue Dec 1, 2017 · 1 comment
Closed

No matching manifest for linux/amd64 #116

linstantnoodles opened this issue Dec 1, 2017 · 1 comment

Comments

@linstantnoodles
Copy link

I'm trying to pull and build a redis image using the following docker compose file:

version: '2'
services:
  redis:
    container_name: redis
    image: redis
    ports:
      - 6380:6379

I run docker-compose up -d redis and I get the following output:

Pulling redis (redis:latest)...
latest: Pulling from library/redis
ERROR: no matching manifest for linux/amd64 in the manifest list entries

There has been no changes to our compose file or docker since the last time (few weeks ago) we pulled and built this image.

@tianon tianon marked this as a duplicate of #114 Dec 1, 2017
@tianon tianon closed this as completed Dec 1, 2017
@tianon tianon reopened this Dec 1, 2017
@CapCap
Copy link

CapCap commented Dec 1, 2017

Duplicate of #115

@yosifkit yosifkit closed this as completed Dec 1, 2017
@tianon tianon marked this as not a duplicate of #114 Dec 1, 2017
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

4 participants