carlossg / docker-maven

Official Docker image with Maven
Apache License 2.0
515 stars 422 forks source link

3.9.8-eclipse-temurin-11 no matching manifest for linux/amd64 in the manifest list entries #475

Closed BenWhitehead closed 1 week ago

BenWhitehead commented 1 week ago

We're seeing this in some CI servers and local debian development environments.

Repo: https://hub.docker.com/_/maven

# docker --version
Docker version 20.10.21, build baeda1f

# docker --debug pull maven:3.9.8-eclipse-temurin-11
3.9.8-eclipse-temurin-11: Pulling from library/maven
no matching manifest for linux/amd64 in the manifest list entries

3.9.7-eclipse-temurin-11 has been working in the same environments for some time now.

carlossg commented 1 week ago

docker 20.10.21 is almost 2y old, it may be the reason https://docs.docker.com/engine/release-notes/20.10/#201021

❯ docker --debug pull maven:3.9.8-eclipse-temurin-11 --platform linux/amd64
3.9.8-eclipse-temurin-11: Pulling from library/maven
2ec76a50fe7c: Pull complete
fab7f202453a: Pull complete
69865e71a9cf: Pull complete
d02b970a522c: Pull complete
afd1135e66d0: Pull complete
f44bf44d4480: Pull complete
641c7d27ea63: Pull complete
6dc6e40a26a6: Pull complete
d733b85cd0e6: Pull complete
cb6581bb9193: Pull complete
Digest: sha256:5df221cb062b132cee26d3c3247e513b14d50c1ee55113a25fd3871cbdaf862f
Status: Downloaded newer image for maven:3.9.8-eclipse-temurin-11
docker.io/library/maven:3.9.8-eclipse-temurin-11
❯ docker --version
Docker version 24.0.6, build ed223bc820
BenWhitehead commented 1 week ago

Appears to be working now without any change from my environment I guess it was some issue in dockerhub.