This message was deleted.
# releases
s
This message was deleted.
party gradlephant 15
m
I like your optimism πŸ™‚
πŸ™‚ 4
b
Hey, any idea when we can expect docker images for this version to be on docker hub? Thanks! https://hub.docker.com/_/gradle/tags?page=1&name=7.6.1
Copy code
No tags found
g
I was looking for it too, Ben! @Louis Jacomet could please check if the docker image upload had failed?
m
The docker image, despite the name "official", is not provided nor supported by Gradle. I always find it a bit weird to use a Gradle docker image, tbh. Probably prefer using the wrapper.
b
Interesting, thanks. It can be useful for ephemeral CI so that we don’t download the same version of gradle over and over. Maybe we will just build our own images going forward
πŸ‘ 1
m
That's a good idea, I think. Especially if you combine it with the read only dependency cache (https://docs.gradle.org/current/userguide/dependency_resolution.html#sub:ephemeral-ci-cache)
πŸ‘ 1