Skip to content

Commit

Permalink
Merge pull request #264 from keeganwitt/remove-java-20
Browse files Browse the repository at this point in the history
Remove Java 20
  • Loading branch information
keeganwitt committed Oct 11, 2023
2 parents ae8311e + 6046801 commit 4562d9a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 170 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [jdk11, jdk11-alpine, jdk11-focal, jdk17, jdk17-alpine, jdk17-focal, jdk20, jdk20-alpine, jdk17-graal, jdk17-focal-graal, jdk20-graal]
version: [jdk11, jdk11-alpine, jdk11-focal, jdk17, jdk17-alpine, jdk17-focal, jdk17-graal, jdk17-focal-graal]
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@
* [jdk17, jdk17-jammy, latest](https://github.com/keeganwitt/docker-gradle/blob/master/jdk17/Dockerfile)
* [jdk17-focal](https://github.com/keeganwitt/docker-gradle/blob/master/jdk17-focal/Dockerfile)
* [jdk17-alpine, alpine](https://github.com/keeganwitt/docker-gradle/blob/master/jdk17-alpine/Dockerfile)
* [jdk19, jdk19-jammy](https://github.com/keeganwitt/docker-gradle/blob/master/jdk19/Dockerfile)
* [jdk19-focal](https://github.com/keeganwitt/docker-gradle/blob/master/jdk19-focal/Dockerfile)
* [jdk19-alpine](https://github.com/keeganwitt/docker-gradle/blob/master/jdk19-alpine/Dockerfile)

## What is Gradle?

[Gradle](https://gradle.org/) is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins.
[Gradle](https://gradle.org/) is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing websites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins.

## How to use this image

Expand Down
2 changes: 1 addition & 1 deletion graal-checksums.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail

for JDK_VERSION in '17.0.8' '20.0.2'; do
for JDK_VERSION in '17.0.8' '21.0.0'; do
GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-${JDK_VERSION}/graalvm-community-jdk-${JDK_VERSION}_linux-x64_bin.tar.gz
echo "${JDK_VERSION}"
curl --fail --location --silent "${GRAALVM_PKG}" | sha256sum | cut -d' ' -f1
Expand Down
56 changes: 0 additions & 56 deletions jdk20-alpine/Dockerfile

This file was deleted.

108 changes: 0 additions & 108 deletions jdk20-graal/Dockerfile

This file was deleted.

0 comments on commit 4562d9a

Please sign in to comment.