keeganwitt / docker-gradle

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

Add gradle 6.8 #169

Closed Sineaggi closed 3 years ago

keeganwitt commented 3 years ago

Thanks for the PR. I never saw an announcement email for this.

Sineaggi commented 3 years ago

The search and replace I did failed. Looks like I accidentally retained the last b5ec091d 8 characters of 6.7.1's shasum, should be e2774e6fb77c43657decde25542dea710aafd78c4022d19b196e7e78d79d8c6c not e2774e6fb77c43657decde25542dea710aafd78c4022d19b196e7e78d79d8c6cb5ec091d

Sineaggi commented 3 years ago

Fixed in #171, verified shasum is correct per https://services.gradle.org/distributions/gradle-6.8-bin.zip.sha256

keeganwitt commented 3 years ago

Official images PR: https://github.com/docker-library/official-images/pull/9408