Some days ago our jenkins builds broken because the image "adoptopenjdk/openjdk11-openj9" was not available on docker hub. This is the error:
docker pull adoptopenjdk/openjdk11-openj9
Using default tag: latest
latest: Pulling from adoptopenjdk/openjdk11-openj9
no matching manifest for linux/amd64 in the manifest list entries
It seems that image war renamed to "adoptopenjdk:11-jdk-openj9". Is it right? Is there any documentation of this change?