erlef / docker-elixir

Official Docker image for Elixir :whale: :turtle: :rocket:
http://elixir-lang.org/
50 stars 20 forks source link

Unable to pull elixir:1.16.2-slim due to no matching manifest for linux/amd64 #94

Closed nickjj closed 8 months ago

nickjj commented 8 months ago

I'm running a standard Intel 64-bit CPU and have run a bunch of Elixir versions in the past.

But here's what happens when trying to pull 1.16.2-slim:

$ docker pull elixir:1.16.2-slim
1.16.2-slim: Pulling from library/elixir
no matching manifest for linux/amd64 in the manifest list entries

It looks like this version is missing a bunch of standard CPU architectures:

image

1.16.1-slim and earlier works fine because they are built with more CPU architectures:

image

getong commented 8 months ago

It is ok now.

nickjj commented 8 months ago

It's still missing a number of standard CPU architectures at the time of this comment, here's a new screenshot:

image

This is based on: https://hub.docker.com/_/elixir/tags?page=1&name=1.16.2-slim

nickjj commented 8 months ago

It looks like it's been addressed ~5 hours after the previous comment:

image