keeganwitt / docker-gradle

Docker images with Gradle
https://hub.docker.com/_/gradle/
Apache License 2.0
148 stars 72 forks source link

amd64 version missing of gradle:6.9.2-jdk11 #207

Closed vbode closed 2 years ago

vbode commented 2 years ago

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

Mazgis47 commented 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

maarten-donderwinkel commented 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

The older builds did succeed and the newest builds haven't for the right architecture due to the hanging build.

keeganwitt commented 2 years ago

From time to time, this seems to happen with the infrastructure maintained by the Docker Library team. It happened most recently in #204. It looks like the builds for amd64 and arm3v7 haven't completed yet. See

maarten-donderwinkel commented 2 years ago

The issue is resolved for the amd64 pipeline

keeganwitt commented 2 years ago

All the architectures should be published now.