Closed vbode closed 2 years ago
I see also: docker pull gradle:6.9.2-jdk11-alpine 6.9.2-jdk11-alpine: Pulling from library/gradle no matching manifest for linux/amd64 in the manifest list entries docker pull gradle:6.9.2-jdk8 6.9.2-jdk8: Pulling from library/gradle no matching manifest for linux/amd64 in the manifest list entries
However, these are ok: docker pull gradle:6.9-jdk8 docker pull gradle:6.9-jdk11-alpine
I see also: docker pull gradle:6.9.2-jdk11-alpine 6.9.2-jdk11-alpine: Pulling from library/gradle no matching manifest for linux/amd64 in the manifest list entries docker pull gradle:6.9.2-jdk8 6.9.2-jdk8: Pulling from library/gradle no matching manifest for linux/amd64 in the manifest list entries
However, these are ok: docker pull gradle:6.9-jdk8 docker pull gradle:6.9-jdk11-alpine
The older builds did succeed and the newest builds haven't for the right architecture due to the hanging build.
The issue is resolved for the amd64 pipeline
All the architectures should be published now.
We are missing the amd64 arch for gradle:6.9.2-jdk11. We've checked the pipeline mentioned in below issue, and it seems to be stuck. Thanks for your help!
Similar to issue: https://github.com/keeganwitt/docker-gradle/issues/172