Skip to content

Commit

Permalink
Merge pull request #48 from maxkratz/feature/update-jdk-21
Browse files Browse the repository at this point in the history
Updates OpenJDK to v21
  • Loading branch information
maxkratz committed Aug 31, 2024
2 parents a9962b9 + 781cc4a commit c6f8523
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions 2022-gradle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ LABEL maintainer="Max Kratz <[email protected]>"
# Config
ARG GRADLE_VERSION=8.10

# Install OpenJDK 17
# Install OpenJDK 21
RUN apt-get update -q && \
apt-get install -yq \
openjdk-17-jre-headless
openjdk-21-jre-headless

# Install Gradle
RUN wget -q -c https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip -P /tmp
Expand Down
4 changes: 2 additions & 2 deletions 2023-gradle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ LABEL maintainer="Max Kratz <[email protected]>"
# Config
ARG GRADLE_VERSION=8.10

# Install OpenJDK 17
# Install OpenJDK 21
RUN apt-get update -q && \
apt-get install -yq \
openjdk-17-jre-headless
openjdk-21-jre-headless

# Install Gradle
RUN wget -q -c https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip -P /tmp
Expand Down
4 changes: 2 additions & 2 deletions 2024-gradle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ LABEL maintainer="Max Kratz <[email protected]>"
# Config
ARG GRADLE_VERSION=8.10

# Install OpenJDK 17
# Install OpenJDK 21
RUN apt-get update -q && \
apt-get install -yq \
openjdk-17-jre-headless
openjdk-21-jre-headless

# Install Gradle
RUN wget -q -c https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip -P /tmp
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ Currently, there are the following tags published:
| base | Base image with updates and prerequesites installed |
| latest | Newest (stable) TeX Live version available |
| 2024 | TeX Live version 2024 |
| 2024-gradle | TeX Live version 2024 + OpenJDK 17 + Gradle |
| 2024-gradle | TeX Live version 2024 + OpenJDK 21 + Gradle |
| 2024-python | TeX Live version 2024 + Python 3 + pip |
| 2023 | TeX Live version 2023 |
| 2023-gradle | TeX Live version 2023 + OpenJDK 17 + Gradle |
| 2023-gradle | TeX Live version 2023 + OpenJDK 21 + Gradle |
| 2023-python | TeX Live version 2023 + Python 3 + pip |
| 2022 | TeX Live version 2022 (from archive) |
| 2022-gradle | TeX Live version 2022 + OpenJDK 17 + Gradle (from archive) |
| 2022-gradle | TeX Live version 2022 + OpenJDK 21 + Gradle (from archive) |
| 2021 | TeX Live version 2021 (from archive) |
| 2020 | TeX Live version 2020 (from archive) |
| 2019 | TeX Live version 2019 (from archive) |
Expand Down

0 comments on commit c6f8523

Please sign in to comment.