-
Couldn't load subscription status.
- Fork 235
Description
Hello,
i'm not sure if this is the right repo where putting my problem (i also put this problem on AdoptOpenJDK/docker repo). If this repo is wrong, i will close the issue.
Anyway this is my problem:
i tried to pull the official docker image adoptopenjdk/openjdk12-openj9
and i get this error:
[INFO] Pulling from adoptopenjdk/openjdk12-openj9
[ERROR] no matching manifest for linux/amd64 in the manifest list entries
This is my dockerfile dockerfile piece:
FROM adoptopenjdk/openjdk12-openj9:latest
I also try the direct docker pull command, this is the output:
docker pull adoptopenjdk/openjdk12-openj9
Using default tag: latest
latest: Pulling from adoptopenjdk/openjdk12-openj9
no matching manifest for linux/amd64 in the manifest list entries
It seems no linux/amd64 entry is present. The following command has empty output for me:
docker manifest inspect -v adoptopenjdk/openjdk12-openj9 | jq .[].Platform
Important note: adoptopenjdk/openjdk11-openj9:latest works. So maybe is there a bug for the openjdk12-openj9?
This is my environment:
Docker:
Client:
Version: 18.09.8
API version: 1.39
Go version: go1.10.8
Git commit: 0dd43dd87f
Built: Wed Jul 17 17:41:19 2019
OS/Arch: linux/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 18.09.8
API version: 1.39 (minimum version 1.12)
Go version: go1.10.8
Git commit: 0dd43dd
Built: Wed Jul 17 17:07:25 2019
OS/Arch: linux/amd64
Experimental: false
SO:
Linux Mint 18.3 MATE - 64 bit
Kernel linux: 4.15.0-54-generic
How can i fix this problem?
Thank you in advance.