You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
i tried to pull the docker image and i get this error:
docker pull adoptopenjdk/openjdk11-openj9:latest
latest: Pulling from adoptopenjdk/openjdk11-openj9
no matching manifest for linux/amd64 in the manifest list entries
I try to pull a different tag ant it works:
docker pull adoptopenjdk/openjdk11-openj9:alpine
alpine: Pulling from adoptopenjdk/openjdk11-openj9
a0d0a0d46f8b: Pull complete
b9bfd4f1bdc2: Pull complete
9bb377e5716a: Pull complete
46761844314a: Pull complete
Digest: sha256:c232cbd9eaea69da89b7035622b153a07f27483bd58c79c7326ee6e99b3020aa
Status: Downloaded newer image for adoptopenjdk/openjdk11-openj9:alpine
docker.io/adoptopenjdk/openjdk11-openj9:alpine
It seems that "latest" build of adoptopenjdk/openjdk11-openj9 is broken.