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 pull adoptopenjdk/openjdk11-openj9:latest gives no matching manifest for linux/amd64 in the manifest list entries #2719

Closed
MPV opened this issue Sep 20, 2021 · 2 comments
Labels
docker Issues related to our docker files and docker scripts openj9 Issues that are enhancements or bugs raised against the OpenJ9 group testing Issues that enhance or fix our test suites x-linux Issues that affect or relate to the x64/x32 LINUX OS

Comments

@MPV
Copy link

MPV commented Sep 20, 2021

What are you trying to do?

docker pull adoptopenjdk/openjdk11-openj9:latest

Expected behaviour:

image pulled

Observed behaviour:

$ docker pull adoptopenjdk/openjdk11-openj9:latest
latest: Pulling from adoptopenjdk/openjdk11-openj9
no matching manifest for linux/amd64 in the manifest list entries

Any other comments:

The latest image (published 2 hours ago) seems to only be published for the linux/ppc64le OS/arch as per:
https://hub.docker.com/layers/adoptopenjdk/openjdk11-openj9/latest/images/sha256-77fc0dd8ea293637ca1631752ffcb80dd9e3928328823c562838200ca4d4240d?context=explore

@github-actions github-actions bot added docker Issues related to our docker files and docker scripts openj9 Issues that are enhancements or bugs raised against the OpenJ9 group testing Issues that enhance or fix our test suites x-linux Issues that affect or relate to the x64/x32 LINUX OS labels Sep 20, 2021
@MPV MPV changed the title docker pull adoptopenjdk/openjdk11-openj9:latest gives "no matching manifest for linux/amd64 in the manifest list entries" docker pull adoptopenjdk/openjdk11-openj9:latest gives no matching manifest for linux/amd64 in the manifest list entries Sep 20, 2021
@karianna
Copy link
Contributor

Eclipse Adoptium is no longer providing images for OpenJ9 builds, please see https://developer.ibm.com/languages/java/semeru-runtimes/ for the successor to adoptopenjdk openj9 builds

@AdamBrousseau
Copy link
Contributor

Dup eclipse-openj9/openj9#13534

This is because of the point release. We recently released jdk 11.0.12+7 with OpenJ9 0.27.1 but only on aix and linux on ppc64le. Therefore, the latest release for linux on amd64 and s390x is still with OpenJ9 0.27.0. When the October refresh comes, we should be back to 1 image for all 3 architectures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Issues related to our docker files and docker scripts openj9 Issues that are enhancements or bugs raised against the OpenJ9 group testing Issues that enhance or fix our test suites x-linux Issues that affect or relate to the x64/x32 LINUX OS
Projects
None yet
Development

No branches or pull requests

3 participants