-
Notifications
You must be signed in to change notification settings - Fork 72
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
7.4.2-jdk17 can't be runned #222
Comments
It looks like Temurin must have pushed a broken image, which triggered a new gradle image to be pushed. Can you try again? It appears to be working for me now. |
I just tried locally and it works well. But same issue on my CI machine. Any further information about this? I guess the image has dependencies on some system level properties/configuration? |
I pull a specific Gradle image digest and fix the issue. |
It might be cached on your CI. |
Same issue, for the latest The sha is the latest one: https://hub.docker.com/layers/gradle/library/gradle/7.4.2-jdk11/images/sha256-1a3024d58e3bf7a5b3187e8e304f20bba45a4214cc361f98d1f7376643deb297?context=explore |
I am facing the same issue. I have run "docker sysem prune -f --all" to make sure there is no image cached, but the "gradle:jdk8" image still does not work. The only way I can get things working is to use the digest that last worked (on 26/05/2022).
|
My test Gradle project succeeds on all the below images.
You can run this test yourself with below
If those work for you also, is there a |
I just ran the same image It might have to do with what the @APshenkin reported when he ran the
|
Was the host that it failed on a different architecture? |
They're both The success is running on my macOS Monterey whereas the failure is on RHEL 8.2. |
Facing the same issue with
I moved to |
I'm working on getting I didn't anticipate so much trouble coming from Temurin's Ubuntu upgrade. I apologize for the inconvenience. |
The Focal images are now available. Let me know if there still issues and I'll reopen this issue. |
Thank you. I see the new jammy and focal images published yesterday. However, this issue is still not resolved for the reported images. The images (for example gradle:jdk8) was previously overwritten with the jammy image. That should be reverted. Especially this commit (f51f258) should be reverted. Can you please take a look? |
Going forward, the tags that don't specify an OS (that is don't have |
Got it. Thanks. |
I still got the issues with e.g. "gradle:7.4-jdk17" |
The images are not broken, they just require a newer version of Docker than you are using. |
Ok which version of docker is required? Also doesn't work with gradle:7.4-jdk17-jammy. I thought you wrote above that these should work. |
As I understand it, |
Can confirm it works again after an update to "Docker version 20.10.17, build 100c701" |
New version was published 12 hours ago. Its not working on Ubuntu 20.04 (linux/amd64)
The text was updated successfully, but these errors were encountered: